mirror of
https://github.com/vale981/metalsmith-collections
synced 2025-03-04 17:01:41 -05:00
0.4.0
* add option for `sortBy` to be a sorting function
This commit is contained in:
parent
d1806abe0c
commit
f700016023
2 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,8 @@
|
|||
|
||||
0.4.0 - March 25, 2013
|
||||
----------------------
|
||||
* add option for `sortBy` to be a sorting function
|
||||
|
||||
0.3.0 - March 24, 2013
|
||||
----------------------
|
||||
* add `collection` property to each file for pattern matches
|
||||
|
|
|
@ -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.3.0",
|
||||
"version": "0.4.0",
|
||||
"license": "MIT",
|
||||
"main": "lib/index.js",
|
||||
"dependencies": {
|
||||
|
|
Loading…
Add table
Reference in a new issue