Skip to content

Commit

Permalink
chore(release): 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Ziv committed Sep 11, 2017
1 parent 7ad9c5e commit 9e652d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
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.4.0"></a>
# [0.4.0](https://github.com/kaltura/kaltura-player-js/compare/v0.3.0...v0.4.0) (2017-09-11)


### Features

* prefer native hls on safari ([#25](https://github.com/kaltura/kaltura-player-js/issues/25)) ([81ba2bf](https://github.com/kaltura/kaltura-player-js/commit/81ba2bf))
* **local storage:** support caching user preferences ([#24](https://github.com/kaltura/kaltura-player-js/issues/24)) ([2e4280a](https://github.com/kaltura/kaltura-player-js/commit/2e4280a))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/kaltura/kaltura-player-js/compare/v0.2.0...v0.3.0) (2017-09-07)

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.3.0",
"version": "0.4.0",
"main": "dist/kaltura-player.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 9e652d4

Please sign in to comment.