diff --git a/.cz.toml b/.cz.toml index 3dee66a..8e7ce53 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.1" +version = "0.2.2" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index c7fdf7e..924b9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.2 (2024-08-05) + +### Fix + +- Wrong sed syntax in deploy workflow + ## 0.2.1 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 8253a68..90808e3 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.1", + "version": "0.2.2", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 305156f..a667559 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@