mirror of
https://github.com/videojs/video.js.git
synced 2024-12-29 02:57:21 +02:00
Fixed the version numbers in the changelog
This commit is contained in:
parent
7be94c3882
commit
f135b97ce0
@ -6,10 +6,10 @@ _(none)_
|
|||||||
|
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
## 4.4.2 (2014-02-18)
|
## 4.4.1 (2014-02-18)
|
||||||
* Added .npmignore so dist files wouldn't be ignored in packages
|
* Added .npmignore so dist files wouldn't be ignored in packages
|
||||||
|
|
||||||
## 4.5.0 (2014-02-18)
|
## 4.4.0 (2014-02-18)
|
||||||
* Made the poster updateable after initialization ([view](https://github.com/videojs/video.js/pull/838))
|
* Made the poster updateable after initialization ([view](https://github.com/videojs/video.js/pull/838))
|
||||||
* Exported more textTrack functions ([view](https://github.com/videojs/video.js/pull/815))
|
* Exported more textTrack functions ([view](https://github.com/videojs/video.js/pull/815))
|
||||||
* Moved player ID generation to support video tags with no IDs ([view](https://github.com/videojs/video.js/pull/845))
|
* Moved player ID generation to support video tags with no IDs ([view](https://github.com/videojs/video.js/pull/845))
|
||||||
|
@ -55,6 +55,10 @@
|
|||||||
"desc": "Run tests",
|
"desc": "Run tests",
|
||||||
"exec": "grunt test"
|
"exec": "grunt test"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"desc": "Update the changelog with the new release",
|
||||||
|
"exec": "grunt chg-release:<%= type %>"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"desc": "Bump the package version",
|
"desc": "Bump the package version",
|
||||||
"exec": "grunt bump-only:<%= type %>"
|
"exec": "grunt bump-only:<%= type %>"
|
||||||
@ -71,10 +75,6 @@
|
|||||||
"desc": "Rebuild the docs",
|
"desc": "Rebuild the docs",
|
||||||
"exec": "grunt vjsdocs"
|
"exec": "grunt vjsdocs"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"desc": "Update the changelog with the new release",
|
|
||||||
"exec": "grunt chg-release:<%= type %>"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"desc": "Tag the release",
|
"desc": "Tag the release",
|
||||||
"exec": "grunt tagrelease"
|
"exec": "grunt tagrelease"
|
||||||
|
Loading…
Reference in New Issue
Block a user