Skip to content

Commit f12c3d6

Browse files
committed
Bump version to 5.8.0
1 parent 0fc17d3 commit f12c3d6

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+
## 5.8.0 - 2018-04-04
4+
* [#444](https://github.com/stripe/stripe-node/pull/444) Introduce flexible billing primitives for subscriptions
5+
36
## 5.7.0 - 2018-04-02
47
* [#441](https://github.com/stripe/stripe-node/pull/441) Write directly to a connection that's known to be still open
58

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.7.0
1+
5.8.0

package.json

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

0 commit comments

Comments
 (0)