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