From d8b3674c12e1b957d9d594a3c724cc99b1c6def2 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Thu, 6 Mar 2014 14:45:26 -0800 Subject: [PATCH] 0.1.0 * add matching by pattern * add shorthand for pattern matching * add previous and next references --- History.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 8f7a2d7..71ef854 100644 --- a/History.md +++ b/History.md @@ -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 ------------------------ * add debug statements diff --git a/package.json b/package.json index 4663185..8bfa187 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.0.3", + "version": "0.1.0", "license": "MIT", "main": "lib/index.js", "dependencies": {