diff --git a/CHANGELOG.md b/CHANGELOG.md index dd99f7b04..f3742e7bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [3.35.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.34.0...v3.35.0) (2024-01-07) + + +### Features + +* automatically run migrate in DB instead of running in NPM scripts ([b202686](https://github.com/ixartz/Next-js-Boilerplate/commit/b202686687a41eb38cf92a0451f03b5f0a854a2d)) +* e2e tests run against next start with production code ([a57f724](https://github.com/ixartz/Next-js-Boilerplate/commit/a57f72402c459b75aec65472db7030557974643b)) +* jest fail on console error and warn ([2dd92f2](https://github.com/ixartz/Next-js-Boilerplate/commit/2dd92f2db19df25210f0aa6eb8b9c44136a16ab7)) + + +### Reverts + +* change related to running playwright with next start ([1a2d0b6](https://github.com/ixartz/Next-js-Boilerplate/commit/1a2d0b6473e6e7b4965c7df353d39645a8688273)) +* change related to running playwright with next start ([e9e0c17](https://github.com/ixartz/Next-js-Boilerplate/commit/e9e0c1790a8e76b51ee8a0b1012cc3492349bd1b)) + # [3.34.0](https://github.com/ixartz/Next-js-Boilerplate/compare/v3.33.0...v3.34.0) (2024-01-06) diff --git a/package-lock.json b/package-lock.json index 6ebeb7ec3..2b1d966a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-js-boilerplate", - "version": "3.34.0", + "version": "3.35.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-js-boilerplate", - "version": "3.34.0", + "version": "3.35.0", "dependencies": { "@clerk/localizations": "^1.26.13", "@clerk/nextjs": "^4.29.1", diff --git a/package.json b/package.json index a29775e43..ae50ae9e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-js-boilerplate", - "version": "3.34.0", + "version": "3.35.0", "scripts": { "dev:spotlight": "spotlight-sidecar", "dev:next": "next dev",