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
|
0.0.3 - February 6, 2013
|
||||||
------------------------
|
------------------------
|
||||||
* add debug statements
|
* add debug statements
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
"name": "metalsmith-collections",
|
"name": "metalsmith-collections",
|
||||||
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
|
"description": "A Metalsmith plugin that adds collections of files to the global metadata.",
|
||||||
"repository": "git://github.com/segmentio/metalsmith-collections.git",
|
"repository": "git://github.com/segmentio/metalsmith-collections.git",
|
||||||
"version": "0.0.3",
|
"version": "0.1.0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue