Skip to content

Commit

Permalink
chore(release): 3.21.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.21.0](v3.20.0...v3.21.0) (2023-09-25)

### Features

* update next.js to version 13.5 ([aa43f14](aa43f14))
* update storybook to the latest version and install playwright ([2079a34](2079a34))
  • Loading branch information
semantic-release-bot committed Sep 25, 2023
1 parent efbe18f commit ab2ace1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [3.21.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.20.0...v3.21.0) (2023-09-25)


### Features

* update next.js to version 13.5 ([aa43f14](https://github.com/ixartz/Next-js-Boilerplate/commit/aa43f14bea16fcb4fd786d9fe74ae37bf29b5b5f))
* update storybook to the latest version and install playwright ([2079a34](https://github.com/ixartz/Next-js-Boilerplate/commit/2079a347bbbd08d2ffbc4ea96995eaaf66602373))

# [3.20.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.19.0...v3.20.0) (2023-09-01)


Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "next-js-boilerplate",
"version": "3.20.0",
"version": "3.21.0",
"scripts": {
"dev": "next dev",
"build": "npm run db:migrate && next build",
Expand Down

0 comments on commit ab2ace1

Please sign in to comment.