Skip to content

Commit

Permalink
chore(release): 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Jan 10, 2018
1 parent 5eef3d3 commit 31e1960
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

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.18.0"></a>
# [0.18.0](https://github.com/kaltura/kaltura-player-js/compare/v0.16.2...v0.18.0) (2018-01-10)


### Bug Fixes

* **FEC-7476:** error handling ([#63](https://github.com/kaltura/kaltura-player-js/issues/63)) ([b2cdc1b](https://github.com/kaltura/kaltura-player-js/commit/b2cdc1b))
* adjust player positioning in host DOM ([56b8550](https://github.com/kaltura/kaltura-player-js/commit/56b8550))
* remove non existing method in uiManager ([89da254](https://github.com/kaltura/kaltura-player-js/commit/89da254))


### Features

* ott player ([#67](https://github.com/kaltura/kaltura-player-js/issues/67)) ([c740a33](https://github.com/kaltura/kaltura-player-js/commit/c740a33))
* support server side config ([#65](https://github.com/kaltura/kaltura-player-js/issues/65)) ([2f75dd4](https://github.com/kaltura/kaltura-player-js/commit/2f75dd4))



<a name="0.17.0"></a>
# [0.17.0](https://github.com/kaltura/kaltura-player-js/compare/v0.16.4...v0.17.0) (2017-12-12)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaltura-player-js",
"version": "0.17.0",
"version": "0.18.0",
"main": "dist/kaltura-player.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 31e1960

Please sign in to comment.