Skip to content

Commit 3d35701

Browse files
chore(release): 3.2.0 [skip ci]
# [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))
1 parent fbc0fd6 commit 3d35701

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [3.2.0](https://github.com/bennypowers/stripe-elements/compare/v3.1.0...v3.2.0) (2022-06-21)
2+
3+
4+
### Bug Fixes
5+
6+
* update lit version ([#90](https://github.com/bennypowers/stripe-elements/issues/90)) ([536ad46](https://github.com/bennypowers/stripe-elements/commit/536ad460cf1b125c56d071cb17c01c7dc2957076))
7+
* update release workflow ([fbc0fd6](https://github.com/bennypowers/stripe-elements/commit/fbc0fd6ce7b9ad2a03c9fd425f15696e8172c14b))
8+
9+
10+
### Features
11+
12+
* add locale props for stripe initialization ([#87](https://github.com/bennypowers/stripe-elements/issues/87)) ([44317a4](https://github.com/bennypowers/stripe-elements/commit/44317a472246b42f001325668189154a80f7f5fd))
13+
114
# [3.1.0](https://github.com/bennypowers/stripe-elements/compare/v3.0.0...v3.1.0) (2022-06-02)
215

316

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@power-elements/stripe-elements",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Web Component wrapper for stripe elements",
55
"type": "module",
66
"main": "index.js",

0 commit comments

Comments
 (0)