Merge pull request #114 from superwolff/ismay/1.7.0

1.7.0
This commit is contained in:
ismay 2016-11-06 15:13:38 +01:00 committed by GitHub
commit 8c9ba1a809
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1.7.0 - November 6, 2016
-------------------
* expose consolidate.requires fix (#18)
* check if paths are already absolute before joining the metalsmith path
1.6.5 - May 3, 2016
-------------------
* normalize partial name for windows

View file

@ -3,7 +3,7 @@
"author": "superwolff <superwolff@superwolff.nl> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.6.5",
"version": "1.7.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {