From 1c9f8398706dbb8c7c38f1d643660bc7a370d5e6 Mon Sep 17 00:00:00 2001 From: RaviAnand Mohabir Date: Thu, 11 Jul 2024 15:26:02 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20bump=200.10.0=20=E2=86=92=200.10.1=20[?= =?UTF-8?q?CI=20SKIP]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ cz.yaml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f203337..aea6736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.10.1 (2024-07-11) + +### Fix + +- revert: :rewind: fix: 🐛 use latest instead of last (oldest) tag - Add logs + ## 0.10.0 (2024-07-11) ### Feat diff --git a/cz.yaml b/cz.yaml index 4775fbf..3f4bdd1 100644 --- a/cz.yaml +++ b/cz.yaml @@ -5,5 +5,5 @@ commitizen: name: cz_conventional_commits tag_format: $version update_changelog_on_bump: true - version: 0.10.0 + version: 0.10.1 version_scheme: semver