From 60f5f926bf3058f2df6856ee8adab804f979b96c Mon Sep 17 00:00:00 2001 From: ismay Date: Sun, 19 Jul 2015 22:07:58 +0200 Subject: [PATCH] 1.1.0 --- History.md | 10 +++++++--- package.json | 2 +- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/History.md b/History.md index 22b2f54..dcd30f9 100644 --- a/History.md +++ b/History.md @@ -1,9 +1,13 @@ +1.1.0 - July 19, 2015 +--------------------- +* update dependencies and devDependencies + 1.0.1 - July 16, 2015 ------------------------ -* Update tests and add Travis CI +--------------------- +* update tests and add Travis CI 1.0.0 - November 18, 2014 ------------------------ +------------------------- * remove `inPlace` option * use `layout` instead of `template` in the front-matter to specify a layout * set default folder for layouts to `layouts` instead of `templates` diff --git a/package.json b/package.json index 83e8ceb..045e136 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.0.1", + "version": "1.1.0", "license": "MIT", "main": "lib/index.js", "scripts": {