Skip to content

Commit

Permalink
chore(release): 3.0.16 [skip ci]
Browse files Browse the repository at this point in the history
## [3.0.16](v3.0.15...v3.0.16) (2024-05-28)

### Bug Fixes

* **components:** fix empty head ([9888d1b](9888d1b))
* **global-import:** fix missing import ([a10b95d](a10b95d))
* **vite:** enabled cssCodeSplit ([6941914](6941914))
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent 06d7ccd commit 31f1510
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Project Changelog

## [3.0.16](https://github.com/basics/nuxt-booster/compare/v3.0.15...v3.0.16) (2024-05-28)


### Bug Fixes

* **components:** fix empty head ([9888d1b](https://github.com/basics/nuxt-booster/commit/9888d1b197146a93ecda2f4940430b4a5f431ee0))
* **global-import:** fix missing import ([a10b95d](https://github.com/basics/nuxt-booster/commit/a10b95d6b38f60ec2ffba7d4845f003cc826812a))
* **vite:** enabled cssCodeSplit ([6941914](https://github.com/basics/nuxt-booster/commit/694191473bebf741098325c59c084a916f4edf7a))

## [3.0.16-next.3](https://github.com/basics/nuxt-booster/compare/v3.0.16-next.2...v3.0.16-next.3) (2024-05-27)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt-booster",
"version": "3.0.16-next.3",
"version": "3.0.16",
"description": "Nuxt Booster takes over the Lighthouse performance optimization of your generated website.",
"license": "MIT",
"author": "Stephan Gerbeth",
Expand Down

0 comments on commit 31f1510

Please sign in to comment.