Skip to content

Commit

Permalink
chore: release 2.2.1 (#74)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] committed Feb 18, 2021
1 parent 63fee4f commit b62e5a9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

### [2.2.1](https://www.github.com/google-pay/google-pay-button/compare/v2.2.0...v2.2.1) (2021-02-17)


### Bug Fixes

* call config.onError if present if isReadyToPay throws ([#73](https://www.github.com/google-pay/google-pay-button/issues/73)) ([63fee4f](https://www.github.com/google-pay/google-pay-button/commit/63fee4ff428bd388d9e798e6db512e16026a4625))

## [2.2.0](https://www.github.com/google-pay/google-pay-button/compare/v2.1.5...v2.2.0) (2021-02-06)


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,7 +1,7 @@
{
"private": true,
"name": "google-pay-button",
"version": "2.2.0",
"version": "2.2.1",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down

0 comments on commit b62e5a9

Please sign in to comment.