From b48e5c20f5f4b7151a7c085bed872c09954a69c4 Mon Sep 17 00:00:00 2001 From: "yair.ansbacher" Date: Wed, 6 Sep 2017 12:20:51 +0300 Subject: [PATCH] chore(release): 1.3.0 --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 69bdce78..97e5923d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ 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. + +# [1.3.0](https://github.com/kaltura/playkit-js-providers/compare/v1.1.1...v1.3.0) (2017-09-06) + + +### Bug Fixes + +* **drm:** enums and certificate ([#23](https://github.com/kaltura/playkit-js-providers/issues/23)) ([083cbfa](https://github.com/kaltura/playkit-js-providers/commit/083cbfa)) + + +### Features + +* **ovp-provider:** expose dvr status ([#25](https://github.com/kaltura/playkit-js-providers/issues/25)) ([dbc7769](https://github.com/kaltura/playkit-js-providers/commit/dbc7769)) +* support get method ([#27](https://github.com/kaltura/playkit-js-providers/issues/27)) ([a33f812](https://github.com/kaltura/playkit-js-providers/commit/a33f812)) + + + # [1.2.0](https://github.com/kaltura/playkit-js-providers/compare/v1.1.1...v1.2.0) (2017-08-31) diff --git a/package.json b/package.json index 2ad8b2cb..33308529 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playkit-js-providers", - "version": "1.2.0", + "version": "1.3.0", "description": "", "scripts": { "clean": "rm -rf ./dist",