diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5c58f..a34d4d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [3.0.0](https://github.com/davecardwell/publix-coupon-clipper/compare/v2.1.2...v3.0.0) (2020-06-17) + + +### Bug Fixes + +* allow “other” type network requests ([29ca24c](https://github.com/davecardwell/publix-coupon-clipper/commit/29ca24c447c9a1e399d62ea522691146edae4e0f)) + + +### chore + +* **deps:** update puppeteer to v4.0.0 ([e9ed95f](https://github.com/davecardwell/publix-coupon-clipper/commit/e9ed95fb9665da0c86097e0dd647c5b3bf70eb9e)) + + +### BREAKING CHANGES + +* **deps:** puppeteer now requires Node.js >=10.18.1 so we update +our minimum version to match. + ## [2.1.2](https://github.com/davecardwell/publix-coupon-clipper/compare/v2.1.1...v2.1.2) (2020-06-05) diff --git a/package-lock.json b/package-lock.json index 131553b..c979f6b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "publix-coupon-clipper", - "version": "2.1.2", + "version": "3.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a076f81..611cccd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publix-coupon-clipper", - "version": "2.1.2", + "version": "3.0.0", "description": "Automatically clip Publix digital coupons", "homepage": "https://github.com/davecardwell/publix-coupon-clipper#readme", "author": {