From f28c2d7d8062ecada1d10882651a4f3a2db1685c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 5 Aug 2024 19:38:06 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 10 ++++++++++ resources/js/package.json | 2 +- version.php | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) 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 @@