From 5ae73bf90b003d2b16f76a6242fff0a6fc9417df Mon Sep 17 00:00:00 2001 From: Anthony Short Date: Mon, 4 Aug 2014 18:31:19 -0700 Subject: [PATCH] Release 0.5.0 --- History.md | 7 ++++++- package.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) 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