From 2845a5b7bd53c02c02ce7d7bace4a1767db75365 Mon Sep 17 00:00:00 2001 From: "yair.ansbacher" Date: Mon, 9 Jul 2018 12:27:43 +0300 Subject: [PATCH] chore(release): 0.32.1 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d86b239d2..5f019e94a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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.32.1](https://github.com/kaltura/kaltura-player-js/compare/v0.32.0...v0.32.1) (2018-07-09) + + +### Bug Fixes + +* **FEC-7887, FEC-7953, SUP-14111:** upgrade hlsjs to 0.10.1 ([#147](https://github.com/kaltura/kaltura-player-js/issues/147)) ([cf1095b](https://github.com/kaltura/kaltura-player-js/commit/cf1095b)) + + + # [0.32.0](https://github.com/kaltura/kaltura-player-js/compare/v0.31.5...v0.32.0) (2018-07-09) diff --git a/package.json b/package.json index 302084e5a..2e33a023b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kaltura-player-js", - "version": "0.32.0", + "version": "0.32.1", "main": "dist/kaltura-player.js", "scripts": { "clean": "rm -rf ./dist",