From b5e57b91c089c739bbd859b4db93b1028f3b66cf Mon Sep 17 00:00:00 2001 From: ismay Date: Sat, 17 Oct 2015 10:23:43 +0200 Subject: [PATCH] 1.4.2 --- History.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index b89e215..904ec43 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,7 @@ +1.4.2 - October 17, 2015 +-------------------------- +* update fs-readdir-recursive + 1.4.1 - September 19, 2015 -------------------------- * move check for unspecified layout, #41 diff --git a/package.json b/package.json index 393fdb8..feb4532 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.4.1", + "version": "1.4.2", "license": "MIT", "main": "lib/index.js", "scripts": {