From cff6794a1af09bb151da2472c675a139605f2f64 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 30 Apr 2024 21:54:19 +0000 Subject: [PATCH] chore(release): 3.0.11-next.3 [skip ci] ## [3.0.11-next.3](https://github.com/basics/nuxt-booster/compare/v3.0.11-next.2...v3.0.11-next.3) (2024-04-30) ### Bug Fixes * **build:** clean rollup ([c62bc10](https://github.com/basics/nuxt-booster/commit/c62bc10c7e1a33d1b0ce093870d91f69722683c9)) --- 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 3624f367d3..986c3a8d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Project Changelog +## [3.0.11-next.3](https://github.com/basics/nuxt-booster/compare/v3.0.11-next.2...v3.0.11-next.3) (2024-04-30) + + +### Bug Fixes + +* **build:** clean rollup ([c62bc10](https://github.com/basics/nuxt-booster/commit/c62bc10c7e1a33d1b0ce093870d91f69722683c9)) + ## [3.0.11-next.2](https://github.com/basics/nuxt-booster/compare/v3.0.11-next.1...v3.0.11-next.2) (2024-04-30) diff --git a/package-lock.json b/package-lock.json index c667268cf0..2a76849858 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "nuxt-booster", - "version": "3.0.11-next.2", + "version": "3.0.11-next.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "nuxt-booster", - "version": "3.0.11-next.2", + "version": "3.0.11-next.3", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index b04b7b1b9c..0bd3d7b976 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nuxt-booster", - "version": "3.0.11-next.2", + "version": "3.0.11-next.3", "description": "Nuxt Booster takes over the Lighthouse performance optimization of your generated website.", "license": "MIT", "author": "Stephan Gerbeth",