From 322a3b80964a9a9c0be4bec0ac1d5a4d5a848aee Mon Sep 17 00:00:00 2001 From: Matt Sergeant Date: Tue, 5 Feb 2019 09:02:26 -0500 Subject: [PATCH] Bump version for release --- Changes.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/Changes.md b/Changes.md index 52dffac..55a8790 100644 --- a/Changes.md +++ b/Changes.md @@ -1,4 +1,9 @@ +## 1.0.3 - 2019-02-05 + +- More eslint fixes +- Travis node version changes + ## 1.0.2 - 2017-06-16 - update for eslint 4 compat diff --git a/package.json b/package.json index 66eb417..9789109 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "plugin", "graph" ], - "version": "1.0.2", + "version": "1.0.3", "homepage": "https://github.com/haraka/haraka-graph", "repository": { "type": "git",