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