diff --git a/.cz.toml b/.cz.toml index cd2b8a2..20d00d4 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.3" +version = "0.2.4" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8998c13..d40bd32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.4 (2024-08-05) + +### Fix + +- Missing delimiter in regex in deploy workflow + ## 0.2.3 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index ebd8d5c..3347afd 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.3", + "version": "0.2.4", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 64c8b9f..f36cbd1 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@