diff --git a/.cz.toml b/.cz.toml index 8e7ce53..cd2b8a2 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.2" +version = "0.2.3" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 924b9a9..8998c13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.3 (2024-08-05) + +### Fix + +- Missing quote in deploy workflow + ## 0.2.2 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 90808e3..ebd8d5c 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.2", + "version": "0.2.3", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index a667559..64c8b9f 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@