From 781f7b90bd7134b8d301f1143835f5cfec11daea Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 6 Aug 2015 15:30:19 +0200 Subject: [PATCH] 1.3.0 --- History.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index 2650b08..3374742 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.3.0 - August 6, 2015 +--------------------- +* add swig include test +* add error handling for unrecognised engines +* code style, dependency and readme updates +* add partials option and test + 1.2.1 - July 23, 2015 --------------------- * update swig diff --git a/package.json b/package.json index 725b676..4d48b81 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "author": "superwolff (http://superwolff.nl/)", "description": "A metalsmith plugin for in-place templating.", "repository": "git://github.com/superwolff/metalsmith-in-place.git", - "version": "1.2.1", + "version": "1.3.0", "license": "MIT", "main": "lib/index.js", "scripts": {