Skip to content

Commit

Permalink
chore(main): release 3.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored and dmengelt committed Apr 24, 2023
1 parent b730f33 commit 0627cb9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

## [3.0.8](https://github.com/google-pay/google-pay-button/compare/v3.0.7...v3.0.8) (2023-04-24)


### Bug Fixes

* only return from mount() if there was an error ([b730f33](https://github.com/google-pay/google-pay-button/commit/b730f337cf97404c57268c88ea412dce398aa0b0))

## [3.0.7](https://github.com/google-pay/google-pay-button/compare/v3.0.6...v3.0.7) (2023-04-21)


Expand Down
4 changes: 2 additions & 2 deletions 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
@@ -1,7 +1,7 @@
{
"private": true,
"name": "google-pay-button",
"version": "3.0.7",
"version": "3.0.8",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down

0 comments on commit 0627cb9

Please sign in to comment.