Skip to content

Commit

Permalink
3.0.2 / 2019-10-06
Browse files Browse the repository at this point in the history
------------------

* Updated express sample app's body-parser from 1.18.3 to 1.19.0 - See: #193
* Updated ws from ~6.2.1 to ~7.1.0 - See: #194
* Updated nyc from 14.0.0 to 14.1.1 - See: #195
* Updated serve-static from ~1.13.2 to ~1.14.0 - See: #196
* Updated codecov from 3.3.0 to 3.6.1 - See: #197
* Updated express in reload and sample from 4.16.4 to 4.17.1 - See: #198
* Updated mocha from 6.1.4 to 6.2.1 - See: #203
* Updated sinon from 7.3.2 to 7.5.0 - See: #204
* Updated commander from ~2.20.0 to ~3.0.0 - See: #205
* Updated standard from 12.0.1 to 14.3.1 - See: #206
* Use package.json files instead of `.npmignore`. See: #209
* Update CONTRIBUTING.md file for collaborators to ensure the sample app's reload version matches reload upstream. See: #210
  • Loading branch information
alallier committed Oct 6, 2019
1 parent 35f1a7a commit 4c11e3f
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
3.0.2 / 2019-10-06
------------------

* Updated express sample app's body-parser from 1.18.3 to 1.19.0 - See: https://github.com/alallier/reload/pull/193
* Updated ws from ~6.2.1 to ~7.1.0 - See: https://github.com/alallier/reload/pull/194
* Updated nyc from 14.0.0 to 14.1.1 - See: https://github.com/alallier/reload/pull/195
* Updated serve-static from ~1.13.2 to ~1.14.0 - See: https://github.com/alallier/reload/pull/196
* Updated codecov from 3.3.0 to 3.6.1 - See: https://github.com/alallier/reload/pull/197
* Updated express in reload and sample from 4.16.4 to 4.17.1 - See: https://github.com/alallier/reload/pull/198
* Updated mocha from 6.1.4 to 6.2.1 - See: https://github.com/alallier/reload/pull/203
* Updated sinon from 7.3.2 to 7.5.0 - See: https://github.com/alallier/reload/pull/204
* Updated commander from ~2.20.0 to ~3.0.0 - See: https://github.com/alallier/reload/pull/205
* Updated standard from 12.0.1 to 14.3.1 - See: https://github.com/alallier/reload/pull/206
* Use package.json files instead of `.npmignore`. See: https://github.com/alallier/reload/pull/209
* Update CONTRIBUTING.md file for collaborators to ensure the sample app's reload version matches reload upstream. See: https://github.com/alallier/reload/pull/210


3.0.1 / 2019-04-20
------------------

Expand Down
2 changes: 1 addition & 1 deletion expressSampleApp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"express": "4.17.1",
"body-parser": "1.19.0",
"morgan": "1.9.1",
"reload": "3.0.1",
"reload": "3.0.2",
"supervisor": "0.12.0"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.1",
"version": "3.0.2",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 4c11e3f

Please sign in to comment.