diff --git a/.cz.toml b/.cz.toml index ff57a91..1ed772f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.9" +version = "0.2.10" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce1be7..be2a5e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.10 (2024-08-05) + +### Fix + +- Error in rating calculation + ## 0.2.9 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 3b2f0ef..d8cccea 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.9", + "version": "0.2.10", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 98a16e7..c570379 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@