diff --git a/CHANGELOG.md b/CHANGELOG.md index d924e821..10d357c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.7.58](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.7.57...v3.7.58) (2020-07-07) + + +### Bug Fixes + +* **deps:** [security] bump npm from 6.13.4 to 6.14.6 ([#600](https://github.com/publicdocs-platform/fire-monitor-bot/issues/600)) ([2996574](https://github.com/publicdocs-platform/fire-monitor-bot/commit/29965741e1c52f36df45225e29372ad9d7fcefa1)) + ## [3.7.57](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.7.56...v3.7.57) (2020-05-22) diff --git a/package.json b/package.json index 3ea876b0..8236aaae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fire-monitor-bot", - "version": "3.7.57", + "version": "3.7.58", "description": "Monitors public wildfire data (unofficial - not for safety/emergency purposes)", "main": "main.js", "bin": "./main.js",