diff --git a/CHANGELOG.md b/CHANGELOG.md index e1eb0b4e55..83813f1482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [3.1.7-next.1](https://github.com/basics/nuxt-booster/compare/v3.1.6...v3.1.7-next.1) (2024-11-01) + + +### Bug Fixes + +* **node-cache:** removed `node-cache` ([a3afce2](https://github.com/basics/nuxt-booster/commit/a3afce206b74d278a785a757b773b2644e0147e4)) + ## [3.1.6](https://github.com/basics/nuxt-booster/compare/v3.1.5...v3.1.6) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 9c8e8c2fb9..a02b25e4f7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-booster", - "version": "3.1.6", + "version": "3.1.7-next.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nuxt-booster", - "version": "3.1.6", + "version": "3.1.7-next.1", "license": "MIT", "dependencies": { "@nuxt/image": "1.8.1", diff --git a/package.json b/package.json index 6c45967837..5c70bfce42 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-booster", - "version": "3.1.6", + "version": "3.1.7-next.1", "description": "Nuxt Booster takes over the Lighthouse performance optimization of your generated website.", "license": "MIT", "author": "Stephan Gerbeth",