* fix to use `path` for metalsmith `1.0.0`
This commit is contained in:
Ian Storm Taylor 2014-10-03 10:27:39 -07:00
parent f635a9f7c0
commit 552c00f389
2 changed files with 5 additions and 1 deletions

View file

@ -1,4 +1,8 @@
0.6.0 - October 3, 2014
-----------------------
* fix to use `path` for metalsmith `1.0.0`
0.5.2 - July 9, 2014
--------------------
* fix breaking binary files

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.5.2",
"version": "0.6.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {