From 09e897f9ff2b2e8128e9501c66f4b6fabca25510 Mon Sep 17 00:00:00 2001 From: Arshia Moghimi Date: Thu, 26 Oct 2023 12:19:00 -0700 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.3.0=20=E2=86=92=200.3.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 3c17447..80647d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.1 (2023-10-26) + +### Fix + +- fixed configuration parameters naming (#158) + ## 0.3.0 (2023-10-24) ## 0.1.0 (2023-10-20) diff --git a/cz.json b/cz.json index 61bd5f9..2ca4a6e 100644 --- a/cz.json +++ b/cz.json @@ -3,7 +3,7 @@ "name": "cz_conventional_commits", "tag_format": "$version", "version_scheme": "semver", - "version": "0.3.0", + "version": "0.3.1", "update_changelog_on_bump": true } } \ No newline at end of file