From bef767a822c43183db0239980e26f28d13012495 Mon Sep 17 00:00:00 2001 From: "Alexander J. Lallier" Date: Sat, 13 May 2017 10:50:47 -0400 Subject: [PATCH] 1.1.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 263ce18..7ea9274 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.1.5 / 2017-05-13 +------------------ +Fixed standard call so that our bin file also got tested. See https://github.com/jprichardson/reload/pull/85 + 1.1.4 / 2017-05-13 ------------------ Added AppVeyor to build our tests in an Windows environment. See https://github.com/jprichardson/reload/pull/92 diff --git a/package.json b/package.json index d4c3d78..3a62da7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "1.1.4", + "version": "1.1.5", "description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.", "repository": { "type": "git",