Skip to content

Commit

Permalink
chore: release 2.0.0 (#46)
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] authored Sep 10, 2020
1 parent a858b45 commit 1fd1659
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.0.0](https://www.github.com/google-pay/google-pay-button/compare/v1.1.7...v2.0.0) (2020-09-10)


### ⚠ BREAKING CHANGES

* make environment a required property

### Features

* add support for buttonSizeMode ([0e85f04](https://www.github.com/google-pay/google-pay-button/commit/0e85f0488a7dd41bd6e4ae302df6719844bef50d))
* make environment a required property ([94e51c0](https://www.github.com/google-pay/google-pay-button/commit/94e51c09b412addc665d06079fb0f7c3c66cfbba)), closes [#45](https://www.github.com/google-pay/google-pay-button/issues/45)

### [1.1.7](https://www.github.com/google-pay/google-pay-button/compare/v1.1.6...v1.1.7) (2020-09-04)


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": "1.1.7",
"version": "2.0.0",
"description": "Google Pay button component",
"main": "dist/GooglePayButton.js",
"types": "dist/GooglePayButton.d.ts",
Expand Down

0 comments on commit 1fd1659

Please sign in to comment.