Release 0.5.0

This commit is contained in:
Anthony Short 2014-08-04 18:31:19 -07:00
parent c2c3937747
commit 5ae73bf90b
2 changed files with 8 additions and 3 deletions

View file

@ -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:
:sparkles:

View file

@ -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"
}
}
}