From edaadf3db85b04748b3141f6305f406eab0c0e53 Mon Sep 17 00:00:00 2001 From: David Weedon Date: Wed, 13 Nov 2019 12:42:25 -0600 Subject: [PATCH] v6.0.1 --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14a03b7..0b7a0a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/package.json b/package.json index 62763d5..cd2e4ab 100644 --- a/package.json +++ b/package.json @@ -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",