diff --git a/.cz.toml b/.cz.toml index cc9d3ac..2a91db6 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.5.0" +version = "0.5.1" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ceba3b..074be8d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.5.1 (2024-08-07) + +### Fix + +- Deprecation warning for PHP 8.2 + ## 0.5.0 (2024-08-07) ### Feat diff --git a/resources/js/package.json b/resources/js/package.json index ec5581f..8be1100 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.5.0", + "version": "0.5.1", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index 0348316..d00614a 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@