From bcd6838a12e703e0d02d1efc58f0ccdff7e83581 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2024 20:39:19 -0800 Subject: [PATCH] chore(main): release 1.1.0 (#11) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) 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": {