From fa27a96f0413512d9e0f23ec4b351d798eabfeb0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Sep 2024 03:02:21 +0000 Subject: [PATCH] bump: 0.2.4 -> 0.3.0 [skip-ci] --- .cz.json | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.json b/.cz.json index d544f76..3344dc7 100644 --- a/.cz.json +++ b/.cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_conventional_commits", - "version": "0.2.4", + "version": "0.3.0", "tag_format": "v$major.$minor.$patch", "bump_message": "bump: $current_version -> $new_version [skip-ci]" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea6c59f..e739e03 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.3.0 (2024-09-11) + +### Feat + +- add Release to workflow + ## v0.2.4 (2023-08-05) ### Refactor