diff --git a/.cz.toml b/.cz.toml index 05f8bc9..14de027 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.3.1" +version = "0.4.0" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index abbe45e..69eb7d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 0.4.0 (2024-08-06) + +### Feat + +- Add statistics to about page + +### Fix + +- Make everything smaller so mobile safari menu doesn't cover mobs +- Potentially fix for color swap in telegram browser + ## 0.3.1 (2024-08-06) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index cb46547..79cd02d 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.3.1", + "version": "0.4.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index e588790..2f0a1e7 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@