Skip to content

Commit 81adc9e

Browse files
chore(release): 3.0.8 [skip ci]
## [3.0.8](v3.0.7...v3.0.8) (2024-04-28) ### Bug Fixes * **booster-layer:** fix missing nojs message ([e2b75f2](e2b75f2)) * **booster-youtube:** fix border style ([a618137](a618137)) * **description:** improve params ([b45366a](b45366a)) * **head:** improve and added test pages ([2d4c28c](2d4c28c)) * **head:** renaming ([ef9a49e](ef9a49e)) * **noscript:** render noscript only in ssr ([966afe1](966afe1)) * **preload:** render link preload tags only in ssr ([a80a30e](a80a30e)) * **v-font:** clean ([5b2bbe8](5b2bbe8)) * **v-font:** fix missing style class ([66d721a](66d721a)) * **v-font:** new mechanics to write fonts in header ([8937852](8937852)) * **v-font:** update font:load event ([d3d5ef5](d3d5ef5))
1 parent 0bfeb0a commit 81adc9e

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
## [3.0.8](https://github.com/basics/nuxt-booster/compare/v3.0.7...v3.0.8) (2024-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* **booster-layer:** fix missing nojs message ([e2b75f2](https://github.com/basics/nuxt-booster/commit/e2b75f299a40ad45811a3ca0841c7513a4678555))
9+
* **booster-youtube:** fix border style ([a618137](https://github.com/basics/nuxt-booster/commit/a618137be252bafd9dd346cbd40b1b35bec039c2))
10+
* **description:** improve params ([b45366a](https://github.com/basics/nuxt-booster/commit/b45366acf9cf1edfb6227f3f7318a34263f9933e))
11+
* **head:** improve and added test pages ([2d4c28c](https://github.com/basics/nuxt-booster/commit/2d4c28c96464aa160fa46c3015be1ced8f13ceb9))
12+
* **head:** renaming ([ef9a49e](https://github.com/basics/nuxt-booster/commit/ef9a49eff48d06dc3afdc2ceac9ca4badb38a7bf))
13+
* **noscript:** render noscript only in ssr ([966afe1](https://github.com/basics/nuxt-booster/commit/966afe187b2e1cee7bb8f8d2692e291998871986))
14+
* **preload:** render link preload tags only in ssr ([a80a30e](https://github.com/basics/nuxt-booster/commit/a80a30ee61e405e439a525373684cde88b9f19f5))
15+
* **v-font:** clean ([5b2bbe8](https://github.com/basics/nuxt-booster/commit/5b2bbe8d2841f10cf5b0ee3dc9031889a74f228f))
16+
* **v-font:** fix missing style class ([66d721a](https://github.com/basics/nuxt-booster/commit/66d721ae76d751ea836a80eee7fe510f5aaf8a28))
17+
* **v-font:** new mechanics to write fonts in header ([8937852](https://github.com/basics/nuxt-booster/commit/89378527d12e44b3d5b05bd20eebc44e620e034b))
18+
* **v-font:** update font:load event ([d3d5ef5](https://github.com/basics/nuxt-booster/commit/d3d5ef5ed3c379e9e0736e618d2c81506b1f8e4f))
19+
320
## [3.0.7](https://github.com/basics/nuxt-booster/compare/v3.0.6...v3.0.7) (2024-04-27)
421

522

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.0.7",
3+
"version": "3.0.8",
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)