Skip to content

Commit

Permalink
Merge pull request #191 from alallier/3.0.1
Browse files Browse the repository at this point in the history
Version 3.0.1
  • Loading branch information
alallier committed Apr 20, 2019
2 parents 2d8bf0b + ab1f8c1 commit b1a7fad
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 1 deletion.
35 changes: 35 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,38 @@
3.0.1 / 2019-04-20
------------------

# Version 3.0.1

## Added

* Renovate for auto dependency updating
* https://github.com/alallier/reload/pull/173
* https://github.com/alallier/reload/pull/178
* Codecov for coverage reports
* https://github.com/alallier/reload/pull/174
* npmignore
* https://github.com/alallier/reload/pull/176
* Contributing Document
* https://github.com/alallier/reload/pull/177

## Fixed

* Updated documentation to better reflect new API with promises
* https://github.com/alallier/reload/pull/189
* Added reload as dependency to sample app
* https://github.com/alallier/reload/pull/188
* Moved Mocha to dev dependencies
* https://github.com/alallier/reload/pull/187

## Updated

* mocha to v6.1.4
* https://github.com/alallier/reload/pull/179
* nyc to v14
* https://github.com/alallier/reload/pull/183
* sinon to v7.3.2
* https://github.com/alallier/reload/pull/184

3.0.0 / 2019-04-07
------------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "reload",
"version": "3.0.0",
"version": "3.0.1",
"description": "Node.js module to refresh and reload your code in your browser when your code changes. No browser plugins required.",
"repository": {
"type": "git",
Expand Down

0 comments on commit b1a7fad

Please sign in to comment.