Skip to content

Commit

Permalink
chore(release): 3.36.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.36.0](v3.35.0...v3.36.0) (2024-01-10)

### Features

* prod environement use the same method to migrate ([f6cfe7f](f6cfe7f))

### Reverts

* add back process.env.NODE_ENV check in README file for migrate ([853f3dc](853f3dc))
* only run migration in development, if it run in production, it also run during the build ([c94a600](c94a600))
  • Loading branch information
semantic-release-bot committed Jan 10, 2024
1 parent 5f91024 commit db5c095
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.36.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.35.0...v3.36.0) (2024-01-10)


### Features

* prod environement use the same method to migrate ([f6cfe7f](https://github.com/ixartz/Next-js-Boilerplate/commit/f6cfe7fa7583621c9161aa478f1d958d5c93c083))


### Reverts

* add back process.env.NODE_ENV check in README file for migrate ([853f3dc](https://github.com/ixartz/Next-js-Boilerplate/commit/853f3dc4cbade618902b382023fe6a6a8e947082))
* only run migration in development, if it run in production, it also run during the build ([c94a600](https://github.com/ixartz/Next-js-Boilerplate/commit/c94a6007b20f71fe10b10c76a05659364ee920ff))

# [3.35.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.34.0...v3.35.0) (2024-01-07)


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.35.0",
"version": "3.36.0",
"scripts": {
"dev:spotlight": "spotlight-sidecar",
"dev:next": "next dev",
Expand Down

0 comments on commit db5c095

Please sign in to comment.