Skip to content

Commit 9bbe3d2

Browse files
author
ismay
authored
Prepare 4.1.1 (#141)
1 parent f0ee62a commit 9bbe3d2

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### 4.1.1 - January 25, 2018
2+
* documentation fix
3+
14
### 4.1.0 - January 25, 2018
25
* add a documentation link to the error messages
36
* add debug for better debugging

README.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -152,10 +152,9 @@ There are several things that might cause you to get a `no files to process` err
152152

153153
* Your [pattern](#pattern) does not match any files
154154
* None of your files pass validation, validation fails for files that:
155-
* Have no layout
156-
* Have a layout without an extension
155+
* Have no extension
157156
* Are not utf-8
158-
* Have a layout that needs a jstransformer that hasn't been installed
157+
* Need a jstransformer that hasn't been installed
159158

160159
## Credits
161160

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "lib/index.js",
66
"name": "metalsmith-in-place",
77
"repository": "git://github.com/ismay/metalsmith-in-place.git",
8-
"version": "4.1.0",
8+
"version": "4.1.1",
99
"scripts": {
1010
"precommit": "lint-staged",
1111
"lint:js": "eslint '**/*.js'",

0 commit comments

Comments
 (0)