Skip to content
This repository was archived by the owner on Mar 27, 2021. It is now read-only.

Commit edaadf3

Browse files
v6.0.1
1 parent 91c465c commit edaadf3

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
`react-stripe-elements` adheres to
44
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
## v6.0.0 - 2019-11-05
6+
## v6.0.1 - 2019-11-13
7+
8+
Version bump that fixes some typos, no changes.
9+
10+
## v6.0.0 - 2019-11-13
711

812
### New Features
913

@@ -13,7 +17,7 @@
1317
The primary reason you would want an Elements instance is to use
1418
[`elements.getElement()`](https://stripe.com/docs/stripe-js/reference#elements-get-element).
1519
which provides an easy way to get a reference to an Element. You will need to
16-
get a refrence to an Element to use
20+
get a reference to an Element to use
1721
[`confirmCardPayment`](https://stripe.com/docs/stripe-js/reference#stripe-confirm-card-payment),
1822
[`confirmCardSetup()`](https://stripe.com/docs/stripe-js/reference#stripe-confirm-card-setup),
1923
or

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-stripe-elements",
3-
"version": "5.1.0",
3+
"version": "6.0.1",
44
"description": "React components for Stripe.js and Stripe Elements",
55
"main": "./lib/index.js",
66
"module": "es/index.js",

0 commit comments

Comments
 (0)