Skip to content

Commit

Permalink
chore: release 2.1.0 (#52)
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 Nov 11, 2020
1 parent 104346a commit 7b24fb0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.1.0](https://www.github.com/google-pay/google-pay-button/compare/v2.0.1...v2.1.0) (2020-11-11)


### Features

* implement Angular specific package ([12d021a](https://www.github.com/google-pay/google-pay-button/commit/12d021a77f325c4c7e5c1063d38e7acc909db965))


### Bug Fixes

* enable ivy for Angular ([a12b02a](https://www.github.com/google-pay/google-pay-button/commit/a12b02a11fd4285004383c1ca7cba68a3bb84ac4))
* remove shadow DOM workaround ([4a7a710](https://www.github.com/google-pay/google-pay-button/commit/4a7a710688f868adc1dcdfd3ef12e62ae74e3d9e)), closes [#19](https://www.github.com/google-pay/google-pay-button/issues/19)

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


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

0 comments on commit 7b24fb0

Please sign in to comment.