Skip to content

Commit 3937d31

Browse files
chore(release): 3.2.0 [skip ci]
# [3.2.0](v3.1.11...v3.2.0) (2025-03-06) ### Bug Fixes * **dependencies:** add sort-css-media-queries package and update imports ([a7aa6e2](a7aa6e2)) * **experimental:** added init fallback ([73239d9](73239d9)) ### Features * **typescript:** added typescript support ([f7c906a](f7c906a)) * **typescript:** imrpove typescript support ([9f839d3](9f839d3)) * **typescript:** update components ([49cd8d7](49cd8d7))
1 parent 8652b2c commit 3937d31

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Project Changelog
22

3+
# [3.2.0](https://github.com/basics/nuxt-booster/compare/v3.1.11...v3.2.0) (2025-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* **dependencies:** add sort-css-media-queries package and update imports ([a7aa6e2](https://github.com/basics/nuxt-booster/commit/a7aa6e20314b94c2fd3e58fab31995ebf684e4c1))
9+
* **experimental:** added init fallback ([73239d9](https://github.com/basics/nuxt-booster/commit/73239d9ca23e8164a741d23575f03e6c80534f82))
10+
11+
12+
### Features
13+
14+
* **typescript:** added typescript support ([f7c906a](https://github.com/basics/nuxt-booster/commit/f7c906a3016fb6283020cea6dd238a86b2167967))
15+
* **typescript:** imrpove typescript support ([9f839d3](https://github.com/basics/nuxt-booster/commit/9f839d390e4fb49f67c84ee8ce37caa9478fac76))
16+
* **typescript:** update components ([49cd8d7](https://github.com/basics/nuxt-booster/commit/49cd8d7a3ee32073474b7fe78f61dba0d826095e))
17+
318
# [3.2.0-next.1](https://github.com/basics/nuxt-booster/compare/v3.1.11...v3.2.0-next.1) (2025-03-04)
419

520

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-booster",
3-
"version": "3.2.0-next.1",
3+
"version": "3.2.0",
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)