From ea57de0ccd56a8bbecffc3a2c10023986bbaea1a Mon Sep 17 00:00:00 2001 From: OrenMe Date: Sun, 16 Jun 2019 21:23:40 +0300 Subject: [PATCH] chore(release): 0.47.0 --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bdf4f88e7..414e68702 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ 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.47.0](https://github.com/kaltura/playkit-js/compare/v0.46.2...v0.47.0) (2019-06-16) + + +### Bug Fixes + +* **FEC-9177:** Smart TV showed as mobile device ([#365](https://github.com/kaltura/playkit-js/issues/365)) ([3eb342b](https://github.com/kaltura/playkit-js/commit/3eb342b)) +* **FEC-9187:** LG TV different behavior for LIVE ([#366](https://github.com/kaltura/playkit-js/issues/366)) ([1a4f1fd](https://github.com/kaltura/playkit-js/commit/1a4f1fd)) + + +### Features + +* **FEC-8631:** bumper plugin ([#350](https://github.com/kaltura/playkit-js/issues/350)) ([173edfb](https://github.com/kaltura/playkit-js/commit/173edfb)) +* **FEC-8975:** adding QoS Data to enhance KAVA ([#361](https://github.com/kaltura/playkit-js/issues/361)) ([4f6c468](https://github.com/kaltura/playkit-js/commit/4f6c468)) +* **FEC-9055:** Add custom Playback rate support ([#364](https://github.com/kaltura/playkit-js/issues/364)) ([aabe020](https://github.com/kaltura/playkit-js/commit/aabe020)) + + + ## [0.46.2](https://github.com/kaltura/playkit-js/compare/v0.46.1...v0.46.2) (2019-05-16) diff --git a/package.json b/package.json index 56f7f0a07..5df16b057 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@playkit-js/playkit-js", - "version": "0.46.2", + "version": "0.47.0", "main": "dist/playkit.js", "scripts": { "clean": "rm -rf ./dist",