diff --git a/CHANGELOG.md b/CHANGELOG.md index e0eec622..29e15219 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [3.4.7](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.4.6...v3.4.7) (2019-10-25) + + +### Bug Fixes + +* **deps:** bump puppeteer from 1.19.0 to 2.0.0 ([7ab1149](https://github.com/publicdocs-platform/fire-monitor-bot/commit/7ab1149)) + ## [3.4.6](https://github.com/publicdocs-platform/fire-monitor-bot/compare/v3.4.5...v3.4.6) (2019-08-30) diff --git a/package.json b/package.json index 1c728329..e88ff612 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fire-monitor-bot", - "version": "3.4.6", + "version": "3.4.7", "description": "Monitors public wildfire data (unofficial - not for safety/emergency purposes)", "main": "main.js", "bin": "./main.js",