Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a467494

Browse files
authoredJun 18, 2019
Merge pull request video-react#287 from video-react/release-0.13.9
Release 0.13.9
2 parents 6005207 + 095c9c5 commit a467494

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed
 

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
<a name="0.13.9"></a>
2+
## [0.13.9](https://github.com/video-react/video-react/compare/0.13.8...0.13.9) (2019-06-18)
3+
4+
* fullscreen events are no longer shared across players ([#285](https://github.com/video-react/video-react/issues/285)) ([986d844](https://github.com/video-react/video-react/commit/986d844))
5+
6+
7+
18
<a name="0.13.8"></a>
29
## [0.13.8](https://github.com/video-react/video-react/compare/0.13.7...0.13.8) (2019-06-12)
310

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "video-react",
3-
"version": "0.13.8",
3+
"version": "0.13.9",
44
"description": "Video-React is a web video player built from the ground up for an HTML5 world using React library.",
55
"main": "lib/index.js",
66
"style": "dist/video-react.css",

0 commit comments

Comments
 (0)
Please sign in to comment.