* add collections dictionary to global metadata
This commit is contained in:
Ian Storm Taylor 2014-03-20 16:50:46 -07:00
parent bd1d662b25
commit dac3268d52
2 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,8 @@
0.2.0 - March 20, 2013
----------------------
* add collections dictionary to global metadata
0.1.0 - March 6, 2013
---------------------
* add matching by pattern

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.1.0",
"version": "0.2.0",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {