From f0ee62a987c79a2dcaf63f1d9898019b452f9a00 Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 25 Jan 2018 15:53:03 +0100 Subject: [PATCH] Prepare 4.1.0 (#140) --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd68173..5fe5610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index d24908d..fb8a1a0 100644 --- a/package.json +++ b/package.json @@ -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'",