Skip to content

Commit

Permalink
# Version 3.0.1
Browse files Browse the repository at this point in the history
## Added

* Renovate for auto dependency updating
  * #173
  * #178
* Codecov for coverage reports
  * #174
* npmignore
  * #176
* Contributing Document
  * #177

## Fixed

* Updated documentation to better reflect new API with promises
  * #189
* Added reload as dependency to sample app
  * #188
* Moved Mocha to dev dependencies
  * #187

## Updated

* mocha to v6.1.4
  * #179
* nyc to v14
  * #183
* sinon to v7.3.2
  * #184
  • Loading branch information
alallier committed Apr 20, 2019
1 parent 2d8bf0b commit ab1f8c1
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 ab1f8c1

Please sign in to comment.