Skip to content

Commit

Permalink
Merge pull request #217 from alallier/3.0.3
Browse files Browse the repository at this point in the history
3.0.3 / 2019-10-20
  • Loading branch information
alallier committed Oct 20, 2019
2 parents 7ba1a0e + 5b69ff9 commit 49674b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
3.0.3 / 2019-10-20
------------------

* Updated cli-color from ~1.4.0 to ~2.0.0 - See: https://github.com/alallier/reload/pull/212
* Updated open from ^6.1.0 to ^7.0.0 - See: https://github.com/alallier/reload/pull/213
* Updated mocha from 6.2.1 to 6.2.2 - See: https://github.com/alallier/reload/pull/214
* Updated ws from ~7.1.0 to ~7.2.0 - See: https://github.com/alallier/reload/pull/215

3.0.2 / 2019-10-06
------------------

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.2",
"reload": "3.0.3",
"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.2",
"version": "3.0.3",
"files": [
"bin",
"lib",
Expand Down

0 comments on commit 49674b4

Please sign in to comment.