diff --git a/History.md b/History.md index 6a983a2..431d63c 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,10 @@ +1.1.0 - July 19, 2015 +--------------------- +* update tests +* ignore binary files +* add travis ci and david dm badges to readme +* add gitattributes and editorconfig to repo + 1.0.1 - November 22, 2014 ----------------------- * change name to metalsmith-in-place @@ -67,4 +74,4 @@ 0.0.1 - February 4, 2014 ------------------------ -:sparkles: \ No newline at end of file +:sparkles: diff --git a/package.json b/package.json index 40f1323..bbf4127 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.0.1", + "version": "1.1.0", "license": "MIT", "main": "lib/index.js", "scripts": {