From 3782791c00ff48fb948c7b4eb2e6587f5c1551d9 Mon Sep 17 00:00:00 2001 From: ismay Date: Sat, 25 Jul 2015 12:02:08 +0200 Subject: [PATCH] 1.2.0 --- History.md | 8 +++++++- package.json | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) 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": {