From 4ffde1b4cc56ff3ebf5a14f045ee5431438617b5 Mon Sep 17 00:00:00 2001 From: odedhutzler Date: Thu, 27 Dec 2018 10:44:43 +0200 Subject: [PATCH] chore(release): 0.37.3 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f48fa7e84..137e7642f 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.37.3](https://github.com/kaltura/kaltura-player-js/compare/v0.37.2...v0.37.3) (2018-12-27) + + +### Bug Fixes + +* **FEC-8788:** fix shaka playready endianness for Tivo ([#193](https://github.com/kaltura/kaltura-player-js/issues/193)) ([f44716f](https://github.com/kaltura/kaltura-player-js/commit/f44716f)) +* **FEC-8791:** When changing volume in local mode it's not showing the correct rate/state when returning to local mode after casting ([#194](https://github.com/kaltura/kaltura-player-js/issues/194)) ([c0d89d5](https://github.com/kaltura/kaltura-player-js/commit/c0d89d5)) + + + ## [0.37.2](https://github.com/kaltura/kaltura-player-js/compare/v0.37.1...v0.37.2) (2018-12-24) diff --git a/package.json b/package.json index ea30fab8f..1a511a03c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaltura-player-js", - "version": "0.37.2", + "version": "0.37.3", "main": "dist/kaltura-player.js", "scripts": { "clean": "rm -rf ./dist",