We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe65697 commit 128b5abCopy full SHA for 128b5ab
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### 2.1.0 - January 25, 2018
2
+* add a documentation link to the error messages
3
+* add debug for better debugging
4
+
5
### 2.0.0 - January 10, 2018
6
* moved to jstransformers (and dropped consolidate)
7
* breaking: dropped node 0.12 and node 4 support
package.json
@@ -5,7 +5,7 @@
"main": "lib/index.js",
"name": "metalsmith-layouts",
"repository": "git://github.com/ismay/metalsmith-layouts.git",
8
- "version": "2.0.0",
+ "version": "2.1.0",
9
"scripts": {
10
"precommit": "lint-staged",
11
"lint:js": "eslint '**/*.js'",
0 commit comments