Skip to content

Commit

Permalink
Merge pull request #117 from superwolff/1.8.0
Browse files Browse the repository at this point in the history
1.8.0
  • Loading branch information
ismay authored Feb 3, 2017
2 parents d9c9e3e + eb87b8b commit 84f43cd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
1.8.0 - February 3, 2017
------------------------
* add partialExtension option, to fix partials matching on the wrong extension

1.7.0 - November 6, 2016
-------------------
* expose consolidate.requires fix (#18)
Expand Down
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can pass options to `metalsmith-layouts` with the [Javascript API](https://g
* [default](#default): default template (optional)
* [directory](#directory): directory for the layouts, layouts by default (optional)
* [partials](#partials): directory for the partials (optional)
* [partialExtension](#partialExtension): extension for the partial files (optional)
* [partialExtension](#partialextension): extension for the partial files (optional)
* [pattern](#pattern): only files that match this pattern will be processed (optional)
* [rename](#rename): change the file extension of processed files to `.html` (optional)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "superwolff <[email protected]> (http://superwolff.nl/)",
"description": "A metalsmith plugin for layouts.",
"repository": "git://github.com/superwolff/metalsmith-layouts.git",
"version": "1.7.0",
"version": "1.8.0",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 84f43cd

Please sign in to comment.