diff --git a/History.md b/History.md index c051127..63ccb77 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,9 @@ +0.5.0 / 2014-08-04 +================== + + * Added the ability to add metadata to collections + 0.4.1 - May 4, 2014 ------------------- * fix empty collections @@ -32,4 +37,4 @@ 0.0.1 - February 5, 2014 ------------------------ -:sparkles: \ No newline at end of file +:sparkles: diff --git a/package.json b/package.json index b7cb901..9124b40 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "metalsmith-collections", "description": "A Metalsmith plugin that adds collections of files to the global metadata.", "repository": "git://github.com/segmentio/metalsmith-collections.git", - "version": "0.4.1", + "version": "0.5.0", "license": "MIT", "main": "lib/index.js", "dependencies": { @@ -16,4 +16,4 @@ "metalsmith": "0.x", "mocha": "1.x" } -} +} \ No newline at end of file