Skip to content

Commit

Permalink
chore(release): 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Apr 9, 2018
1 parent dd24a23 commit 65d2605
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.5.1"></a>
## [0.5.1](https://github.com/kaltura/playkit-js-ima/compare/v0.5.0...v0.5.1) (2018-04-09)


### Bug Fixes

* **FEC-8097:** adsRenderingSettings aren’t applied ([#50](https://github.com/kaltura/playkit-js-ima/issues/50)) ([88d2713](https://github.com/kaltura/playkit-js-ima/commit/88d2713))
* **FEC-8107:** ad video fails to play and only ad audio plays in full screen mode ([#51](https://github.com/kaltura/playkit-js-ima/issues/51)) ([0b2f455](https://github.com/kaltura/playkit-js-ima/commit/0b2f455))
* **FEC-8109:** unhandled error - transition is invalid in current state ([#52](https://github.com/kaltura/playkit-js-ima/issues/52)) ([c76317f](https://github.com/kaltura/playkit-js-ima/commit/c76317f))



<a name="0.5.0"></a>
# [0.5.0](https://github.com/kaltura/playkit-js-ima/compare/v0.4.1...v0.5.0) (2018-03-27)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playkit-js-ima",
"version": "0.5.0",
"version": "0.5.1",
"main": "dist/playkit-ima.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down Expand Up @@ -79,4 +79,4 @@
"dependencies": {
"javascript-state-machine": "^3.0.1"
}
}
}

0 comments on commit 65d2605

Please sign in to comment.