From 3c6cf95c77e837f53b1a1bfd4ad64be3f4df6cce Mon Sep 17 00:00:00 2001 From: Roy Bregman Date: Wed, 29 Jan 2020 16:37:15 +0200 Subject: [PATCH] chore(release): 0.59.5 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 163c33500..8a2139b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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. + +## [0.59.5](https://github.com/kaltura/playkit-js/compare/v0.59.4...v0.59.5) (2020-01-29) + + +### Bug Fixes + +* **FEC-9534:** changing the bitrate post completion of any content changes replay to play icon ([#440](https://github.com/kaltura/playkit-js/issues/440)) ([e329820](https://github.com/kaltura/playkit-js/commit/e329820)) +* **FEC-9577:** Hisense playback doesn't work ([#438](https://github.com/kaltura/playkit-js/issues/438)) ([281421b](https://github.com/kaltura/playkit-js/commit/281421b)) +* **FEC-9614:** Player is stuck when having empty lines on VTT on E11 ([#436](https://github.com/kaltura/playkit-js/issues/436)) ([e472628](https://github.com/kaltura/playkit-js/commit/e472628)) + + + ## [0.59.4](https://github.com/kaltura/playkit-js/compare/v0.59.3...v0.59.4) (2020-01-09) diff --git a/package.json b/package.json index b385dbe5f..a558e5433 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.59.4", + "version": "0.59.5", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",