Skip to content

Commit 54687ce

Browse files
committed
6.12.1
1 parent 63e234f commit 54687ce

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
<a name="6.12.1"></a>
2+
## [6.12.1](https://github.com/videojs/video.js/compare/v6.12.0...v6.12.1) (2018-08-14)
3+
4+
### Bug Fixes
5+
6+
* **sourceset:** ignore blob urls when updating source cache ([#5371](https://github.com/videojs/video.js/issues/5371)) ([f02b825](https://github.com/videojs/video.js/commit/f02b825))
7+
* always return a promise from play, if supported ([#5227](https://github.com/videojs/video.js/issues/5227)) ([63e234f](https://github.com/videojs/video.js/commit/63e234f))
8+
* change time tooltips to be absolutely positioned ([#5355](https://github.com/videojs/video.js/issues/5355)) ([91839d8](https://github.com/videojs/video.js/commit/91839d8)), closes [#5351](https://github.com/videojs/video.js/issues/5351)
9+
10+
### Chores
11+
12+
* **https:** update a lot of links to be https ([#5372](https://github.com/videojs/video.js/issues/5372)) ([513d317](https://github.com/videojs/video.js/commit/513d317))
13+
114
<a name="6.12.0"></a>
215
# [6.12.0](https://github.com/videojs/video.js/compare/v6.11.0...v6.12.0) (2018-07-26)
316

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "video.js",
33
"description": "An HTML5 and Flash video player with a common API and skin for both.",
4-
"version": "6.12.0",
4+
"version": "6.12.1",
55
"main": "./dist/video.cjs.js",
66
"style": "./dist/video-js.css",
77
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",

0 commit comments

Comments
 (0)