diff --git a/CHANGELOG.md b/CHANGELOG.md index 3212f9c..263ce18 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.1.4 / 2017-05-13 +------------------ +Added AppVeyor to build our tests in an Windows environment. See https://github.com/jprichardson/reload/pull/92 + 1.1.3 / 2017-04-28 ------------------ Upgrade Standard to `~10.0.2` in order for the build to pass node `0.1` and `0.12` diff --git a/package.json b/package.json index b0ff82e..2b0243c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "1.1.3", + "version": "1.1.4", "description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.", "repository": { "type": "git",