diff --git a/History.md b/History.md index f9ee8f4..9d1ff54 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.3.0 - August 7, 2015 +--------------------- +* add swig include test +* code style, dependency and readme updates +* add partials option and test + 1.2.1 - July 25, 2015 --------------------- * add error handling diff --git a/package.json b/package.json index 7123e75..2dce3a2 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.2.1", + "version": "1.3.0", "license": "MIT", "main": "lib/index.js", "scripts": {