diff --git a/.cz.toml b/.cz.toml index c091974..3dee66a 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.0" +version = "0.2.1" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cfa17..c7fdf7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.1 (2024-08-05) + +### Fix + +- We don't use a prefix in the version tag + ## 0.2.0 (2024-08-05) ### Feat diff --git a/resources/js/package.json b/resources/js/package.json index 9c11e3d..8253a68 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.0", + "version": "0.2.1", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 404f7d3..305156f 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@