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",