Skip to content

Commit 259df37

Browse files
chore(release): 3.1.0 [skip ci]
# [3.1.0](v3.0.16...v3.1.0) (2024-08-03) ### Bug Fixes * **blob:** added missing dep ([31a975a](31a975a)) * **components:** added `posterSrc` for override ([baddaa1](baddaa1)) * **module:** improve optimization options ([e5fc73a](e5fc73a)) * **module:** update optimization ([5122215](5122215)) * **optimization:** added useBoosterCritical youtube/vimeo ([a159706](a159706)) * **vimeo:** fix missing title ([b099fc7](b099fc7)) ### Features * **player:** properties replaced with property `posterSources` ([d4c67d3](d4c67d3))
1 parent d43e1da commit 259df37

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.1.0](https://github.com/basics/nuxt-booster/compare/v3.0.16...v3.1.0) (2024-08-03)
4+
5+
6+
### Bug Fixes
7+
8+
* **blob:** added missing dep ([31a975a](https://github.com/basics/nuxt-booster/commit/31a975ad9a4de73257cb53c05d7e550fc87e4201))
9+
* **components:** added `posterSrc` for override ([baddaa1](https://github.com/basics/nuxt-booster/commit/baddaa1a97f08273f3e85afb8babe69d79e16cbb))
10+
* **module:** improve optimization options ([e5fc73a](https://github.com/basics/nuxt-booster/commit/e5fc73aa26b9ab9db0400969cbc6eea00375fb86))
11+
* **module:** update optimization ([5122215](https://github.com/basics/nuxt-booster/commit/5122215637c4737e8bf8768f97d5d63e5c12f18b))
12+
* **optimization:** added useBoosterCritical youtube/vimeo ([a159706](https://github.com/basics/nuxt-booster/commit/a159706f0335ae4d4b37b626287f112add401ab0))
13+
* **vimeo:** fix missing title ([b099fc7](https://github.com/basics/nuxt-booster/commit/b099fc713eedec821b93252a6859b1643b80d366))
14+
15+
16+
### Features
17+
18+
* **player:** properties replaced with property `posterSources` ([d4c67d3](https://github.com/basics/nuxt-booster/commit/d4c67d3cfe48f2a71b76587126dfef700ff9396a))
19+
320
# [3.1.0-next.2](https://github.com/basics/nuxt-booster/compare/v3.1.0-next.1...v3.1.0-next.2) (2024-07-25)
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.1.0-next.2",
3+
"version": "3.1.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)