mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-05 09:21:39 -05:00
0.1.0
* add matching by pattern * add shorthand for pattern matching * add previous and next references
This commit is contained in:
parent
3e181cedda
commit
d8b3674c12
2 changed files with 7 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Add table
Reference in a new issue