diff --git a/.cz.toml b/.cz.toml index d4119c9..05f8bc9 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.3.0" +version = "0.3.1" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index de107c7..abbe45e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.1 (2024-08-06) + +### Fix + +- Trailing slashes break the menu + ## 0.3.0 (2024-08-06) ### Feat diff --git a/resources/js/package.json b/resources/js/package.json index f4305f5..cb46547 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.3.0", + "version": "0.3.1", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 69224d4..e588790 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@