diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b41a606c..ca7ee979c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 -## 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)) * 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)) diff --git a/contrib.json b/contrib.json index 4406e2ff1..98bcd9626 100644 --- a/contrib.json +++ b/contrib.json @@ -55,6 +55,10 @@ "desc": "Run tests", "exec": "grunt test" }, + { + "desc": "Update the changelog with the new release", + "exec": "grunt chg-release:<%= type %>" + }, { "desc": "Bump the package version", "exec": "grunt bump-only:<%= type %>" @@ -71,10 +75,6 @@ "desc": "Rebuild the docs", "exec": "grunt vjsdocs" }, - { - "desc": "Update the changelog with the new release", - "exec": "grunt chg-release:<%= type %>" - }, { "desc": "Tag the release", "exec": "grunt tagrelease"