Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.4...v2.3.0) (2020-01-29)

### Bug Fixes

* prevent typeerror if payment is unsupported ([d9f1146](d9f1146))

### Features

* **payment-request:** add `unsupported` event ([de6555b](de6555b))
  • Loading branch information
semantic-release-bot committed Jan 29, 2020
1 parent de6555b commit 890b687
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,3 +1,15 @@
# [2.3.0](https://github.com/bennypowers/stripe-elements/compare/v2.2.4...v2.3.0) (2020-01-29)


### Bug Fixes

* prevent typeerror if payment is unsupported ([d9f1146](https://github.com/bennypowers/stripe-elements/commit/d9f11468f35ccc9343f7a935f3b7936327a68d0c))


### Features

* **payment-request:** add `unsupported` event ([de6555b](https://github.com/bennypowers/stripe-elements/commit/de6555b1879602481930360d491057ed7ce0485f))

## [2.2.4](https://github.com/bennypowers/stripe-elements/compare/v2.2.3...v2.2.4) (2020-01-29)


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": "@power-elements/stripe-elements",
"version": "2.2.4",
"version": "2.3.0",
"description": "Web Component wrapper for stripe elements",
"main": "index.js",
"module": "index.js",
Expand Down

0 comments on commit 890b687

Please sign in to comment.