From 3de1ed466c870bb977f59e9d4bd3ba0c1cbf286f Mon Sep 17 00:00:00 2001 From: Dan Grebb Date: Tue, 3 Oct 2023 21:21:59 -0400 Subject: [PATCH] chore(release): prepare for 3.0.1 --- .cz.json | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.cz.json b/.cz.json index 260218527..25f56b9fa 100644 --- a/.cz.json +++ b/.cz.json @@ -1,7 +1,7 @@ { "commitizen": { "name": "cz_customize", - "version": "3.0.0", + "version": "3.0.1", "tag_format": "$major.$minor.$patch$prerelease", "version_type": "semver", "bump_message": "release $current_version \u2192 $new_version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 12c2d8c1e..d335a2ad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [3.0.1] - 2023-10-04 + +### 🐛 Bug Fixes + +- ***(front)*** Content padding/margin adjustments (#732/#721) + ## [3.0.0] - 2023-10-01 ### 💡 Features