From 55e0765e84a55975a652bead78acfd97148fd91b Mon Sep 17 00:00:00 2001 From: Dan Ziv Date: Mon, 2 Oct 2017 14:05:17 +0300 Subject: [PATCH] chore(release): 1.2.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1202957..85fae7a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.2.0](https://github.com/kaltura/playkit-js-hls/compare/v1.0.2...v1.2.0) (2017-10-02) + + +### Features + +* caption refactor ([#27](https://github.com/kaltura/playkit-js-hls/issues/27)) ([0ee45ea](https://github.com/kaltura/playkit-js-hls/commit/0ee45ea)) + + # [1.1.0](https://github.com/kaltura/playkit-js-hls/compare/v1.0.2...v1.1.0) (2017-08-31) diff --git a/package.json b/package.json index 54b107c0..9fb9c48f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "playkit-js-hls", - "version": "1.1.0", + "version": "1.2.0", "description": "", "main": "dist/playkit-hls.js", "scripts": {