Skip to content

Commit 8724598

Browse files
committed
v5.0.0
1 parent 6354329 commit 8724598

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ CHANGELOG
22
=========
33

44
## HEAD (Unreleased)
5+
_(none)_
6+
7+
--------------------
8+
9+
## 5.0.0 (2015-09-29)
510
* @carpasse infer MIME types from file extensions in the HTML5 and Flash techs ([view](https://github.com/videojs/video.js/pull/1974))
611
* @mmcc updated the slider to allow for vertical orientation ([view](https://github.com/videojs/video.js/pull/1816))
712
* @dmlap removed an ie6 hack for flash object embedding ([view](https://github.com/videojs/video.js/pull/1946))
@@ -150,8 +155,6 @@ CHANGELOG
150155
* @heff improved some skin defaults for external styling ([view](https://github.com/videojs/video.js/pull/2642))
151156
* @heff changed component child lists to arrays instead of objects ([view](https://github.com/videojs/video.js/pull/2477))
152157

153-
--------------------
154-
155158
## 4.12.15 (2015-08-31)
156159
* @dmlap update to videojs-swf 4.7.4 ([view](https://github.com/videojs/video.js/pull/2463))
157160
* @bc-bbay migrate seeking on replay to the flash tech ([view](https://github.com/videojs/video.js/pull/2519))

component.json

+1-1
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": "5.0.0-rc.104",
4+
"version": "5.0.0",
55
"keywords": [
66
"videojs",
77
"html5",

package.json

+1-1
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": "5.0.0-rc.104",
4+
"version": "5.0.0",
55
"copyright": "Copyright Brightcove, Inc. <https://www.brightcove.com/>",
66
"license": "Apache-2.0",
77
"keywords": [

0 commit comments

Comments
 (0)