From f0caa48adbf6524f226bbdc0557879919e4fcd11 Mon Sep 17 00:00:00 2001 From: Roy Bregman Date: Thu, 5 Dec 2019 22:03:57 +0200 Subject: [PATCH] chore(release): 0.58.1 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a2003879..19fc7e3cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.58.1](https://github.com/kaltura/playkit-js/compare/v0.58.0...v0.58.1) (2019-12-05) + + +### Bug Fixes + +* **FEC-9471:** slider progress bar exceeds 100% ([#422](https://github.com/kaltura/playkit-js/issues/422)) ([0bb9644](https://github.com/kaltura/playkit-js/commit/0bb9644)) +* **FEC-9527:** The poster is hidden when auto play is failed ([#423](https://github.com/kaltura/playkit-js/issues/423)) ([a28b3a0](https://github.com/kaltura/playkit-js/commit/a28b3a0)) + + + # [0.58.0](https://github.com/kaltura/playkit-js/compare/v0.57.0...v0.58.0) (2019-12-01) diff --git a/package.json b/package.json index 047c19e56..d18a8687f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.58.0", + "version": "0.58.1", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",