* add option for `sortBy` to be a sorting function
This commit is contained in:
Ian Storm Taylor 2014-03-25 14:16:19 -07:00
parent d1806abe0c
commit f700016023
2 changed files with 5 additions and 1 deletions

View file

@ -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 0.3.0 - March 24, 2013
---------------------- ----------------------
* add `collection` property to each file for pattern matches * add `collection` property to each file for pattern matches

View file

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