From f135b97ce081cf570986418a2dd01dcfb6b92f99 Mon Sep 17 00:00:00 2001 From: Steve Heffernan Date: Tue, 18 Feb 2014 17:17:58 -0800 Subject: [PATCH] Fixed the version numbers in the changelog --- CHANGELOG.md | 4 ++-- contrib.json | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b41a606c1..ca7ee979c9 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 4406e2ff14..98bcd96265 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"