Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#64)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Sep 24, 2024
1 parent 9ae4e6b commit 31b108a
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.2.0"
".": "0.3.0"
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit 31b108a

Please sign in to comment.