Skip to content

Commit bc8d7be

Browse files
committed
Bump version to 5.6.1
1 parent 52a896a commit bc8d7be

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# CHANGELOG
22

3+
## 5.6.1 - 2018-03-25
4+
* [#437](https://github.com/stripe/stripe-node/pull/437) Fix error message when passing invalid parameters to some API methods
5+
36
## 5.6.0 - 2018-03-24
47
* [#439](https://github.com/stripe/stripe-node/pull/439) Drop Bluebird dependency and use native ES6 promises
58

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.6.0
1+
5.6.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "stripe",
3-
"version": "5.6.0",
3+
"version": "5.6.1",
44
"description": "Stripe API wrapper",
55
"keywords": [
66
"stripe",

0 commit comments

Comments
 (0)