* pass in options to consolidate.js
This commit is contained in:
Ian Storm Taylor 2014-04-29 11:07:55 -07:00
parent 5b35555ed2
commit d379857c5a
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
0.5.0 - April 29, 2014
----------------------
* pass in options to consolidate.js
0.4.0 - April 2, 2014
---------------------
* add `default` option

View file

@ -2,7 +2,7 @@
"name": "metalsmith-templates",
"description": "A metalsmith plugin to render files with templates.",
"repository": "git://github.com/segmentio/metalsmith-templates.git",
"version": "0.4.0",
"version": "0.5.0",
"license": "MIT",
"main": "lib/index.js",
"dependencies": {