diff --git a/CHANGELOG.md b/CHANGELOG.md index 8542791..73b25f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/theholocron/nextjs-template/compare/v1.0.1...v1.1.0) (2024-11-08) + + +### Features + +* add in dependabot & lighthouse workflows ([#10](https://github.com/theholocron/nextjs-template/issues/10)) ([23f1f6c](https://github.com/theholocron/nextjs-template/commit/23f1f6c6028199baf0d716d97b4c7a3788decf0b)) + ## [1.0.1](https://github.com/theholocron/nextjs-template/compare/v1.0.0...v1.0.1) (2024-11-06) diff --git a/package-lock.json b/package-lock.json index 953f856..71b2259 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@theholocron/nextjs-template", - "version": "1.0.1", + "version": "1.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@theholocron/nextjs-template", - "version": "1.0.1", + "version": "1.1.0", "license": "GPL-3.0", "dependencies": { "@next/bundle-analyzer": "^15.0.3", diff --git a/package.json b/package.json index f3ee884..5998805 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@theholocron/nextjs-template", - "version": "1.0.1", + "version": "1.1.0", "description": "", "homepage": "https://github.com/theholocron/nextjs-template#readme", "bugs": {