diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0262db7..8d7a673 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.0" + ".": "0.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e397e..591fd9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [0.3.0](https://github.com/hugomods/video-js/compare/v0.2.0...v0.3.0) (2024-09-24) + + +### Features ✨ + +* add the `lang_js_url` parameter ([#66](https://github.com/hugomods/video-js/issues/66)) ([30ee4b3](https://github.com/hugomods/video-js/commit/30ee4b32cfc4c5c3a597fa21b77c99c2ba049090)) +* add the `playback_rates` site parameter ([#63](https://github.com/hugomods/video-js/issues/63)) ([20f2cfe](https://github.com/hugomods/video-js/commit/20f2cfed2ed5b77a37a0e4b2b253184167cdc68f)) +* add the `playbackRates` parameter for shortcode, comma-separated ([20f2cfe](https://github.com/hugomods/video-js/commit/20f2cfed2ed5b77a37a0e4b2b253184167cdc68f)) +* add the `skip_forward` and `skip_backward` site parameters ([#65](https://github.com/hugomods/video-js/issues/65)) ([3adb143](https://github.com/hugomods/video-js/commit/3adb1434c2e64f4ae57738bd7a4ae4cc7df225b8)) +* add the `skipForward` and `skipBackward` parameters for shortcode ([3adb143](https://github.com/hugomods/video-js/commit/3adb1434c2e64f4ae57738bd7a4ae4cc7df225b8)) +* detect the video type by extension if not specified ([#69](https://github.com/hugomods/video-js/issues/69)) ([9ae4e6b](https://github.com/hugomods/video-js/commit/9ae4e6b2fa92bca03507112d72433ae32ed56f98)), closes [#68](https://github.com/hugomods/video-js/issues/68) +* **shortcode:** add the poster parameter ([#67](https://github.com/hugomods/video-js/issues/67)) ([8695b7c](https://github.com/hugomods/video-js/commit/8695b7cda14765230c67304d8132fbc295e16558)) + + +### Bug Fixes 🐞 + +* correct language for players ([30ee4b3](https://github.com/hugomods/video-js/commit/30ee4b32cfc4c5c3a597fa21b77c99c2ba049090)) + ## [0.2.0](https://github.com/hugomods/video-js/compare/v0.1.1...v0.2.0) (2024-09-22)