diff --git a/.cz.toml b/.cz.toml index 20d00d4..7f4a649 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,7 +2,7 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.2.4" +version = "0.2.5" version_files = [ "version.php:VERSION", "resources/js/package.json:version" diff --git a/CHANGELOG.md b/CHANGELOG.md index d40bd32..fe5d35f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.2.5 (2024-08-05) + +### Fix + +- Remove resources folder before mirroring in deploy workflow + add debug output + ## 0.2.4 (2024-08-05) ### Fix diff --git a/resources/js/package.json b/resources/js/package.json index 3347afd..c522751 100644 --- a/resources/js/package.json +++ b/resources/js/package.json @@ -1,6 +1,6 @@ { "name": "mobmash", - "version": "0.2.4", + "version": "0.2.5", "description": "", "main": "index.js", "scripts": { diff --git a/version.php b/version.php index f36cbd1..3f12903 100644 --- a/version.php +++ b/version.php @@ -1,3 +1,3 @@