diff --git a/CHANGELOG.md b/CHANGELOG.md index b4eed6f..e730bd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ------------------ diff --git a/expressSampleApp/package.json b/expressSampleApp/package.json index 9e688c0..d2fcf9b 100644 --- a/expressSampleApp/package.json +++ b/expressSampleApp/package.json @@ -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, diff --git a/package-lock.json b/package-lock.json index 4dc50d2..e8f5790 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a0b1afb..f9e9ae4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "reload", - "version": "3.0.1", + "version": "3.0.2", "files": [ "bin", "lib",