Skip to content

Commit d6ad8d8

Browse files
chore(release): 3.2.11 [skip ci]
## [3.2.11](v3.2.10...v3.2.11) (2025-08-02) ### Bug Fixes * handling of quoted `url()` content in `prepareUrls` ([072327f](072327f)) * remove unnecessary whitespace in prepareUrls function ([3923932](3923932))
1 parent 1504c4d commit d6ad8d8

File tree

3 files changed

+11
-3
lines changed

3 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Project Changelog
22

3+
## [3.2.11](https://github.com/basics/nuxt-booster/compare/v3.2.10...v3.2.11) (2025-08-02)
4+
5+
6+
### Bug Fixes
7+
8+
* handling of quoted `url()` content in `prepareUrls` ([072327f](https://github.com/basics/nuxt-booster/commit/072327ffe90ec1d8f3ea57d568f87af1cbaee793))
9+
* remove unnecessary whitespace in prepareUrls function ([3923932](https://github.com/basics/nuxt-booster/commit/39239320e79d0952ad78ae36e35e5e0e2f59efb3))
10+
311
## [3.2.10](https://github.com/basics/nuxt-booster/compare/v3.2.9...v3.2.10) (2025-07-31)
412

513

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-booster",
3-
"version": "3.2.10",
3+
"version": "3.2.11",
44
"description": "Nuxt Booster takes over the Lighthouse performance optimization of your generated website.",
55
"license": "MIT",
66
"author": "Stephan Gerbeth",

0 commit comments

Comments
 (0)