diff --git a/.cz.toml b/.cz.toml index 940804c..c091974 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.1.0" +version = "0.2.0" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index b9a58bd..19cfa17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 (2024-08-05) + +### Feat + +- Add housekeeping bin + slight restructure of cron jobs + +### Fix + +- Add missing configuration to config file + ## 0.1.0 (2024-08-04) ### Feat diff --git a/resources/js/package.json b/resources/js/package.json index a3bb3ae..9c11e3d 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.1.0", + "version": "0.2.0", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index d2a6639..404f7d3 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@