From eb87b8b583252c5e161e0a5f0843ce8719745463 Mon Sep 17 00:00:00 2001 From: ismay Date: Fri, 3 Feb 2017 09:52:31 +0100 Subject: [PATCH] 1.8.0 --- History.md | 4 ++++ Readme.md | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index ded891b..e907136 100644 --- a/History.md +++ b/History.md @@ -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) diff --git a/Readme.md b/Readme.md index d96a98a..12676bc 100644 --- a/Readme.md +++ b/Readme.md @@ -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) diff --git a/package.json b/package.json index 6d16190..b27f8e2 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "superwolff (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": {