From 1bf6df0ac2bd181aea0dbb3c294dcd10361c57b3 Mon Sep 17 00:00:00 2001 From: Dominic Barnes Date: Sat, 7 Feb 2015 22:31:44 +0000 Subject: [PATCH] Release 0.7.0 --- History.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 3f163f1..d82f25e 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,12 @@ +0.7.0 / 2015-02-07 +================== + + * Allow front matter and pattern collections. + * Added the ability to limit the size of a collection + * Allow collections through metadata alone + * add ability to disable next/previous references + 0.6.0 / 2014-08-12 ================== diff --git a/package.json b/package.json index d31cf5c..10262f9 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.6.0", + "version": "0.7.0", "license": "MIT", "main": "lib/index.js", "dependencies": {