Skip to content

Commit

Permalink
chore(release): 3.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [3.2.0](v3.1.0...v3.2.0) (2022-06-21)

### Bug Fixes

* update lit version ([#90](#90)) ([536ad46](536ad46))
* update release workflow ([fbc0fd6](fbc0fd6))

### Features

* add locale props for stripe initialization ([#87](#87)) ([44317a4](44317a4))
  • Loading branch information
semantic-release-bot committed Jun 21, 2022
1 parent fbc0fd6 commit 3d35701
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [3.2.0](https://github.com/bennypowers/stripe-elements/compare/v3.1.0...v3.2.0) (2022-06-21)


### Bug Fixes

* update lit version ([#90](https://github.com/bennypowers/stripe-elements/issues/90)) ([536ad46](https://github.com/bennypowers/stripe-elements/commit/536ad460cf1b125c56d071cb17c01c7dc2957076))
* update release workflow ([fbc0fd6](https://github.com/bennypowers/stripe-elements/commit/fbc0fd6ce7b9ad2a03c9fd425f15696e8172c14b))


### Features

* add locale props for stripe initialization ([#87](https://github.com/bennypowers/stripe-elements/issues/87)) ([44317a4](https://github.com/bennypowers/stripe-elements/commit/44317a472246b42f001325668189154a80f7f5fd))

# [3.1.0](https://github.com/bennypowers/stripe-elements/compare/v3.0.0...v3.1.0) (2022-06-02)


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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@power-elements/stripe-elements",
"version": "3.1.0",
"version": "3.2.0",
"description": "Web Component wrapper for stripe elements",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 3d35701

Please sign in to comment.