Skip to content

Commit 674a1c9

Browse files
committed
Bump version to 6.2.0
1 parent 34113d2 commit 674a1c9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 6.2.0 - 2018-06-28
4+
* [#473](https://github.com/stripe/stripe-node/pull/473) Add support for payment intents
5+
36
## 6.1.1 - 2018-06-07
47
* [#469](https://github.com/stripe/stripe-node/pull/469) Add `.npmignore` to create a lighter package (minus examples and tests)
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6.1.1
1+
6.2.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "6.1.1",
3+
"version": "6.2.0",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

0 commit comments

Comments
 (0)