Release 0.7.0

This commit is contained in:
Dominic Barnes 2015-02-07 22:31:44 +00:00
parent 08304aac50
commit 1bf6df0ac2
2 changed files with 9 additions and 1 deletions

View file

@ -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
==================

View file

@ -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": {