Skip to content

Commit 0b2a8e0

Browse files
committed
7.0.5
1 parent 9504a93 commit 0b2a8e0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

β€ŽCHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="7.0.5"></a>
2+
## [7.0.5](https://github.com/videojs/video.js/compare/v7.0.4...v7.0.5) (2018-06-11)
3+
4+
### Bug Fixes
5+
6+
* make sure source options are passed through ([#5241](https://github.com/videojs/video.js/issues/5241)) ([9504a93](https://github.com/videojs/video.js/commit/9504a93)), closes [#5156](https://github.com/videojs/video.js/issues/5156)
7+
* menu sizing when using longer caption labels ([#5228](https://github.com/videojs/video.js/issues/5228)) ([002d701](https://github.com/videojs/video.js/commit/002d701)), closes [#4758](https://github.com/videojs/video.js/issues/4758)
8+
9+
### Chores
10+
11+
* **package:** update conventional-changelog-cli to version 2.0.1 πŸš€ ([#5236](https://github.com/videojs/video.js/issues/5236)) ([59ab323](https://github.com/videojs/video.js/commit/59ab323)), closes [#5225](https://github.com/videojs/video.js/issues/5225)
12+
* **package:** update grunt-contrib-watch to version 1.1.0 πŸš€ ([#5170](https://github.com/videojs/video.js/issues/5170)) ([e8d00e2](https://github.com/videojs/video.js/commit/e8d00e2))
13+
* **package:** update rollup to version 0.60.1 πŸš€ ([#5235](https://github.com/videojs/video.js/issues/5235)) ([1b0ff8a](https://github.com/videojs/video.js/commit/1b0ff8a)), closes [#5232](https://github.com/videojs/video.js/issues/5232)
14+
* **package:** update rollup-plugin-filesize to version 2.0.0 πŸš€ ([#5234](https://github.com/videojs/video.js/issues/5234)) ([781d9ae](https://github.com/videojs/video.js/commit/781d9ae))
15+
116
<a name="7.0.4"></a>
217
## [7.0.4](https://github.com/videojs/video.js/compare/v7.0.3...v7.0.4) (2018-06-05)
318

β€Ž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": "7.0.4",
4+
"version": "7.0.5",
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)