From dcc8a50750bb380301b3a0a39380f6ad6b165fe3 Mon Sep 17 00:00:00 2001 From: Shivan Sivakumaran Date: Fri, 25 Oct 2024 11:12:01 +1300 Subject: [PATCH] chore: fix change log --- .cz.toml | 2 +- CHANGELOG.md | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.cz.toml b/.cz.toml index 0bdab5a..a45658d 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_type = "semver" -version = "0.2.0" +version = "0.0.1" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c733a8..0c39561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1 @@ -## 0.2.0 (2024-10-24) - -### Feat - -- improvement to the code block (#23) - -## 0.1.0 (2024-10-24) - -### Feat - -- remove slant, add draft, add next and prev (#21) - ## 0.0.1 (2024-10-12)