diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c17c08f..af718e5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.3.0"} +{".":"1.4.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 77df47b..bb0a4d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.0](https://github.com/theholocron/nextjs-template/compare/v1.3.0...v1.4.0) (2024-11-10) + + +### Features + +* update to get parity ([#19](https://github.com/theholocron/nextjs-template/issues/19)) ([ae691b7](https://github.com/theholocron/nextjs-template/commit/ae691b7f9d48ba1b0ba7767de25371944f70d5e7)) + ## [1.3.0](https://github.com/theholocron/nextjs-template/compare/v1.2.0...v1.3.0) (2024-11-08) diff --git a/package-lock.json b/package-lock.json index d5f5095..ffbf664 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theholocron/nextjs-template", - "version": "1.3.0", + "version": "1.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theholocron/nextjs-template", - "version": "1.3.0", + "version": "1.4.0", "license": "GPL-3.0", "dependencies": { "@next/bundle-analyzer": "^15.0.3", diff --git a/package.json b/package.json index 339302c..e018160 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theholocron/nextjs-template", - "version": "1.3.0", + "version": "1.4.0", "description": "", "homepage": "https://github.com/theholocron/nextjs-template#readme", "bugs": {