Skip to content

Commit

Permalink
chore(release): 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke committed Jan 7, 2021
1 parent fd12025 commit c9367a9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.22.0](https://github.com/kaltura/playkit-js-hls/compare/v1.21.2...v1.22.0) (2021-01-07)


### Bug Fixes

* **FEC-10662:** incorrect flow in destroy process ([#123](https://github.com/kaltura/playkit-js-hls/issues/123)) ([ad220f8](https://github.com/kaltura/playkit-js-hls/commit/ad220f8))
* **FEC-10819:** selecting 708 captions selects wrong native text track ([#126](https://github.com/kaltura/playkit-js-hls/issues/126)) ([44f78c8](https://github.com/kaltura/playkit-js-hls/commit/44f78c8))


### Features

* **FEC-10766:** create text config section and option for styling ([#124](https://github.com/kaltura/playkit-js-hls/issues/124)) ([fd12025](https://github.com/kaltura/playkit-js-hls/commit/fd12025))


### Tests

* targetBuffer check doesn't perfectly equal and replace invalid stream ([#122](https://github.com/kaltura/playkit-js-hls/issues/122)) ([751c979](https://github.com/kaltura/playkit-js-hls/commit/751c979))



### [1.21.2](https://github.com/kaltura/playkit-js-hls/compare/v1.21.1...v1.21.2) (2020-11-03)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@playkit-js/playkit-js-hls",
"version": "1.21.2",
"version": "1.22.0",
"description": "",
"main": "dist/playkit-hls.js",
"scripts": {
Expand Down

0 comments on commit c9367a9

Please sign in to comment.