Skip to content

Commit

Permalink
Prepare 4.1.1 (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jan 25, 2018
1 parent f0ee62a commit 9bbe3d2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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'",
Expand Down

0 comments on commit 9bbe3d2

Please sign in to comment.