We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34113d2 commit 674a1c9Copy full SHA for 674a1c9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# CHANGELOG
2
3
+## 6.2.0 - 2018-06-28
4
+* [#473](https://github.com/stripe/stripe-node/pull/473) Add support for payment intents
5
+
6
## 6.1.1 - 2018-06-07
7
* [#469](https://github.com/stripe/stripe-node/pull/469) Add `.npmignore` to create a lighter package (minus examples and tests)
8
VERSION
@@ -1 +1 @@
-6.1.1
+6.2.0
package.json
@@ -1,6 +1,6 @@
{
"name": "stripe",
- "version": "6.1.1",
+ "version": "6.2.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
0 commit comments