diff --git a/History.md b/History.md index 519a5df..d508f9f 100644 --- a/History.md +++ b/History.md @@ -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 diff --git a/package.json b/package.json index 902411c..1d6a435 100644 --- a/package.json +++ b/package.json @@ -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": {