Skip to content

Commit

Permalink
chore(release): 0.64.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuvalke committed Oct 6, 2020
1 parent 359bb68 commit 42567f3
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.

### [0.64.2](https://github.com/kaltura/playkit-js/compare/v0.64.1...v0.64.2) (2020-10-06)


### Bug Fixes

* **FEC-10485:** When multi players on page, 'enterfullscreen' event triggers by all players ([#488](https://github.com/kaltura/playkit-js/issues/488)) ([9438669](https://github.com/kaltura/playkit-js/commit/9438669))
* **FEC-10512:** handle memory leaks in smart TV ([#487](https://github.com/kaltura/playkit-js/issues/487)) ([4e4a78f](https://github.com/kaltura/playkit-js/commit/4e4a78f))
* **FEC-10516:** Fullscreen event dispatched twice from the player ([#489](https://github.com/kaltura/playkit-js/issues/489)) ([359bb68](https://github.com/kaltura/playkit-js/commit/359bb68))



### [0.64.1](https://github.com/kaltura/playkit-js/compare/v0.64.0...v0.64.1) (2020-09-08)


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": "@playkit-js/playkit-js",
"version": "0.64.1",
"version": "0.64.2",
"main": "dist/playkit.js",
"scripts": {
"clean": "rm -rf ./dist",
Expand Down

0 comments on commit 42567f3

Please sign in to comment.