From f70001602346d15bdf0ef6a4242a37bdc42faa90 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Tue, 25 Mar 2014 14:16:19 -0700 Subject: [PATCH] 0.4.0 * add option for `sortBy` to be a sorting function --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index acdaaa7..85eab84 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/package.json b/package.json index 2839b60..f080588 100644 --- a/package.json +++ b/package.json @@ -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": {