From d7f21416e2bd1b09521910ce2bc885a313ac4a7a Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Tue, 7 Jun 2016 07:25:08 +0200 Subject: [PATCH] 1.0.3 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef49478..89c60c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.0.3 - 2016-06-07 + +- Fixed: absolute source path doesn't make the pattern matcher fail anymore + ([#30](https://github.com/FWeinb/metalsmith-watch/pull/30) - @zakhenry) + # 1.0.2 - 2016-05-16 - Fixed: remove deprecated warnings related to dependencies diff --git a/package.json b/package.json index 26d0a74..5ad93f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "metalsmith-watch", - "version": "1.0.2", + "version": "1.0.3", "description": "Metalsmith plugin to watch for changes and trigger partial and full rebuilds", "keywords": [ "metalsmith",