From 9bbe3d2bd75b126414c8715cd44865660ce712fe Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 25 Jan 2018 19:50:31 +0100 Subject: [PATCH] Prepare 4.1.1 (#141) --- CHANGELOG.md | 3 +++ README.md | 5 ++--- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fe5610..bc11262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 4.1.1 - January 25, 2018 +* documentation fix + ### 4.1.0 - January 25, 2018 * add a documentation link to the error messages * add debug for better debugging diff --git a/README.md b/README.md index 3ffa8c4..71e212e 100644 --- a/README.md +++ b/README.md @@ -152,10 +152,9 @@ There are several things that might cause you to get a `no files to process` err * Your [pattern](#pattern) does not match any files * None of your files pass validation, validation fails for files that: - * Have no layout - * Have a layout without an extension + * Have no extension * Are not utf-8 - * Have a layout that needs a jstransformer that hasn't been installed + * Need a jstransformer that hasn't been installed ## Credits diff --git a/package.json b/package.json index fb8a1a0..f505670 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "name": "metalsmith-in-place", "repository": "git://github.com/ismay/metalsmith-in-place.git", - "version": "4.1.0", + "version": "4.1.1", "scripts": { "precommit": "lint-staged", "lint:js": "eslint '**/*.js'",