mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-05 09:21:39 -05:00
Release 0.5.0
This commit is contained in:
parent
c2c3937747
commit
5ae73bf90b
2 changed files with 8 additions and 3 deletions
|
@ -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:
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Reference in a new issue