Skip to content

Commit

Permalink
Prepare 4.1.0 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismay committed Jan 25, 2018
1 parent a1cc6a9 commit f0ee62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 4.1.0 - January 25, 2018
* add a documentation link to the error messages
* add debug for better debugging

### 4.0.0 - January 4, 2018
So this library went through a bit of churny phase, my apologies for that. It was caused by a couple
of factors; moving the library to a new home, a new rendering engine and me trying to abstract said
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.0.0",
"version": "4.1.0",
"scripts": {
"precommit": "lint-staged",
"lint:js": "eslint '**/*.js'",
Expand Down

0 comments on commit f0ee62a

Please sign in to comment.