Skip to content

Commit

Permalink
chore(release): prepare for 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrebb committed Oct 9, 2023
1 parent b3bd9ae commit daa92ce
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .cz.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"commitizen": {
"name": "cz_customize",
"version": "3.1.0",
"version": "3.2.0",
"tag_format": "$major.$minor.$patch$prerelease",
"version_type": "semver",
"bump_message": "release $current_version \u2192 $new_version",
Expand Down Expand Up @@ -190,4 +190,4 @@
]
}
}
}
}
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file.

## [3.2.0] - 2023-10-09

### 💡 Features

- ***(front/back)*** Enhances SEO hydration and sets media upload `CacheControl`
- ***(utils)*** Adds standalone changelog utility script

### 🐛 Bug Fixes

- ***(github)*** Manually installs playwright prior to running backstop

### ♻️ Refactor

- ***(backstop)*** Refactors backstop tests using available selectors from prod

### 💚 Continuous Integration

- ***(backstop)*** Adds paths and PR event to backstop test workflow

### ✅ Testing

- ***(backstop)*** Updates gh-stg refs
- ***(backstop)*** Updates local backstop refs
- ***(backstop)*** Updates gh-stg refs

## [3.1.0] - 2023-10-07

### 💡 Features
Expand Down
4 changes: 2 additions & 2 deletions back/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion back/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cms.dgrebb.com",
"private": true,
"version": "3.1.0",
"version": "3.2.0",
"description": "cms.dgrebb.com",
"scripts": {
"develop": "strapi develop",
Expand Down
4 changes: 2 additions & 2 deletions front/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion front/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dgrebb.com",
"version": "3.1.0",
"version": "3.2.0",
"private": true,
"type": "module",
"scripts": {
Expand Down

0 comments on commit daa92ce

Please sign in to comment.