diff --git a/History.md b/History.md index dcd30f9..eacefbe 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,9 @@ +1.2.0 - July 25, 2015 +--------------------- +* ignore binary files +* add dotfiles +* update readme + 1.1.0 - July 19, 2015 --------------------- * update dependencies and devDependencies @@ -72,4 +78,4 @@ 0.0.1 - February 4, 2014 ------------------------ -:sparkles: \ No newline at end of file +:sparkles: diff --git a/package.json b/package.json index 05a2a19..45c4a1b 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.1.0", + "version": "1.2.0", "license": "MIT", "main": "lib/index.js", "scripts": {