From 021d34a9d9192107ed00f9324aed031f5d57c18b Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 5 Oct 2024 22:36:03 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.1.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dccc6a..46443c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.1.1 (2024-10-05) + +### Refactor + +- **jenkinsfile**: fix syntax + ## 0.1.0 (2024-10-05) ### Feat diff --git a/cz.json b/cz.json index 85637c0..95e6392 100644 --- a/cz.json +++ b/cz.json @@ -3,7 +3,7 @@ "name": "cz_conventional_commits", "tag_format": "$version", "version_scheme": "semver2", - "version": "0.1.0", + "version": "0.1.1", "update_changelog_on_bump": true, "major_version_zero": true }