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

Commit

Permalink
v6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dweedon-stripe committed Nov 13, 2019
1 parent 91c465c commit edaadf3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
`react-stripe-elements` adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v6.0.0 - 2019-11-05
## v6.0.1 - 2019-11-13

Version bump that fixes some typos, no changes.

## v6.0.0 - 2019-11-13

### New Features

Expand All @@ -13,7 +17,7 @@
The primary reason you would want an Elements instance is to use
[`elements.getElement()`](https://stripe.com/docs/stripe-js/reference#elements-get-element).
which provides an easy way to get a reference to an Element. You will need to
get a refrence to an Element to use
get a reference to an Element to use
[`confirmCardPayment`](https://stripe.com/docs/stripe-js/reference#stripe-confirm-card-payment),
[`confirmCardSetup()`](https://stripe.com/docs/stripe-js/reference#stripe-confirm-card-setup),
or
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-stripe-elements",
"version": "5.1.0",
"version": "6.0.1",
"description": "React components for Stripe.js and Stripe Elements",
"main": "./lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit edaadf3

Please sign in to comment.