diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d6de66b..18cfbaa2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.4](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.4.3...v3.4.4) (2019-08-27) + + +### Bug Fixes + +* **deps:** [security] bump eslint-utils from 1.4.0 to 1.4.2 ([a0401a4](https://github.com/publicdocs-platform/fire-monitor-bot/commit/a0401a4)) + ## [3.4.3](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.4.2...v3.4.3) (2019-08-16) diff --git a/package.json b/package.json index 6c69ee87..c296fd5e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fire-monitor-bot", - "version": "3.4.3", + "version": "3.4.4", "description": "Monitors public wildfire data (unofficial - not for safety/emergency purposes)", "main": "main.js", "bin": "./main.js",