From c7c85de161042016ee21877151dfd89dc3affd63 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 ++++++ back/package.json | 2 +- front/package.json | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) 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 diff --git a/back/package.json b/back/package.json index 1581f4d38..d4bea1216 100644 --- a/back/package.json +++ b/back/package.json @@ -1,7 +1,7 @@ { "name": "cms.dgrebb.com", "private": true, - "version": "3.0.0", + "version": "3.0.1", "description": "cms.dgrebb.com", "scripts": { "develop": "strapi develop", diff --git a/front/package.json b/front/package.json index c53fd3a4c..a2016fef6 100644 --- a/front/package.json +++ b/front/package.json @@ -1,6 +1,6 @@ { "name": "dgrebb.com", - "version": "3.0.0", + "version": "3.0.1", "private": true, "type": "module", "scripts": {