From 128b5abf7b460505d4931aee58ff17b8575a42d9 Mon Sep 17 00:00:00 2001 From: ismay <ismay@ismaywolff.nl> Date: Thu, 25 Jan 2018 11:24:04 +0100 Subject: [PATCH] Prepare 2.1.0 (#149) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 88304b2..52d25cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 2.1.0 - January 25, 2018 +* add a documentation link to the error messages +* add debug for better debugging + ### 2.0.0 - January 10, 2018 * moved to jstransformers (and dropped consolidate) * breaking: dropped node 0.12 and node 4 support diff --git a/package.json b/package.json index 541f678..95644bd 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "lib/index.js", "name": "metalsmith-layouts", "repository": "git://github.com/ismay/metalsmith-layouts.git", - "version": "2.0.0", + "version": "2.1.0", "scripts": { "precommit": "lint-staged", "lint:js": "eslint '**/*.js'",