Skip to content

Commit

Permalink
chore(release): 3.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.0.0](v2.1.2...v3.0.0) (2020-06-17)

### Bug Fixes

* allow “other” type network requests ([29ca24c](29ca24c))

### chore

* **deps:** update puppeteer to v4.0.0 ([e9ed95f](e9ed95f))

### BREAKING CHANGES

* **deps:** puppeteer now requires Node.js >=10.18.1 so we update
our minimum version to match.
  • Loading branch information
semantic-release-bot committed Jun 17, 2020
1 parent 3521430 commit 7f0d195
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7f0d195

Please sign in to comment.