* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
This commit is contained in:
Ian Storm Taylor 2014-03-06 14:45:26 -08:00
parent 3e181cedda
commit d8b3674c12
2 changed files with 7 additions and 1 deletions

View file

@ -1,4 +1,10 @@
0.1.0 - March 6, 2013
---------------------
* add matching by pattern
* add shorthand for pattern matching
* add previous and next references
0.0.3 - February 6, 2013
------------------------
* add debug statements

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