diff --git a/CHANGELOG.md b/CHANGELOG.md index 83813f1482..de257e7e71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Project Changelog +## [3.1.7-next.2](https://github.com/basics/nuxt-booster/compare/v3.1.7-next.1...v3.1.7-next.2) (2024-12-16) + + +### Bug Fixes + +* **entry:** added timeout for video check ([8ae386a](https://github.com/basics/nuxt-booster/commit/8ae386a2992ab94f3dd2a840ae6b9223ea70bd4a)) +* **entry:** update visiblity check ([962bf07](https://github.com/basics/nuxt-booster/commit/962bf073be5162cbade22e7eb5f9e5734ed17889)) + ## [3.1.7-next.1](https://github.com/basics/nuxt-booster/compare/v3.1.6...v3.1.7-next.1) (2024-11-01) diff --git a/package-lock.json b/package-lock.json index e77a3c0644..2db60b8685 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-booster", - "version": "3.1.7-next.1", + "version": "3.1.7-next.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nuxt-booster", - "version": "3.1.7-next.1", + "version": "3.1.7-next.2", "license": "MIT", "dependencies": { "@nuxt/image": "1.8.1", diff --git a/package.json b/package.json index 58b0162aa8..3a7a121edb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-booster", - "version": "3.1.7-next.1", + "version": "3.1.7-next.2", "description": "Nuxt Booster takes over the Lighthouse performance optimization of your generated website.", "license": "MIT", "author": "Stephan Gerbeth",