Skip to content

Commit

Permalink
chore(release): 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Jun 11, 2018
1 parent 82b519a commit f8e78b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 7 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<a name="0.28.0"></a>
# [0.28.0](https://github.com/kaltura/kaltura-player-js/compare/v0.27.4...v0.28.0) (2018-06-11)


### Features

* **FEC-8281:** support jsonP redirect for OTT ([#128](https://github.com/kaltura/kaltura-player-js/issues/128)) ([34b4cf4](https://github.com/kaltura/kaltura-player-js/commit/34b4cf4))
* kava plugin integration ([#90](https://github.com/kaltura/kaltura-player-js/issues/90)) ([de71162](https://github.com/kaltura/kaltura-player-js/commit/de71162))



<a name="0.27.4"></a>
## [0.27.4](https://github.com/kaltura/kaltura-player-js/compare/v0.27.3...v0.27.4) (2018-05-28)

Expand Down
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaltura-player-js",
"version": "0.27.4",
"version": "0.28.0",
"main": "dist/kaltura-player.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down Expand Up @@ -88,8 +88,7 @@
"playkit-js-ott-analytics": "https://github.com/kaltura/playkit-js-ott-analytics.git#v0.1.2",
"playkit-js-providers": "https://github.com/kaltura/playkit-js-providers.git#v2.4.0",
"playkit-js-ui": "https://github.com/kaltura/playkit-js-ui.git#v0.23.4",
"shaka-player": "https://github.com/kaltura/shaka-player.git#v2.3.3-k-3",
"undefined": "^0.1.0"
"shaka-player": "https://github.com/kaltura/shaka-player.git#v2.3.3-k-3"
},
"repository": {
"type": "git",
Expand Down
4 changes: 0 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6065,10 +6065,6 @@ ultron@1.0.x:
version "1.0.2"
resolved "https://registry.yarnpkg.com/ultron/-/ultron-1.0.2.tgz#ace116ab557cd197386a4e88f4685378c8b2e4fa"

undefined@^0.1.0:
version "0.1.0"
resolved "https://registry.yarnpkg.com/undefined/-/undefined-0.1.0.tgz#9b706a4b32ad30c20ca4fe65ddcbbbdac32bded0"

uniq@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/uniq/-/uniq-1.0.1.tgz#b31c5ae8254844a3a8281541ce2b04b865a734ff"
Expand Down

0 comments on commit f8e78b2

Please sign in to comment.