diff --git a/History.md b/History.md index 431d63c..324f5e9 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.1.1 - July 20, 2015 +--------------------- +* is-utf8 should be a dependency +* add eslint +* add release badge + 1.1.0 - July 19, 2015 --------------------- * update tests diff --git a/package.json b/package.json index 53c97ea..d1120f8 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.1.0", + "version": "1.1.1", "license": "MIT", "main": "lib/index.js", "scripts": {