Skip to content

Commit

Permalink
Bump version to 7.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rattrayalex-stripe committed Nov 7, 2019
1 parent 265827e commit ba4c5a9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
17 changes: 12 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
# CHANGELOG

## 7.13.0 - 2019-11-06

- [#703](https://github.com/stripe/stripe-node/pull/703) New config object

## 7.12.0 - 2019-11-05
* [#724](https://github.com/stripe/stripe-node/pull/724) Add support for `Mandate`

- [#724](https://github.com/stripe/stripe-node/pull/724) Add support for `Mandate`

## 7.11.0 - 2019-10-31
* [#719](https://github.com/stripe/stripe-node/pull/719) Define 'type' as a property on errors rather than a getter
* [#709](https://github.com/stripe/stripe-node/pull/709) README: imply context of stripe-node
* [#717](https://github.com/stripe/stripe-node/pull/717) Contributor Convenant

- [#719](https://github.com/stripe/stripe-node/pull/719) Define 'type' as a property on errors rather than a getter
- [#709](https://github.com/stripe/stripe-node/pull/709) README: imply context of stripe-node
- [#717](https://github.com/stripe/stripe-node/pull/717) Contributor Convenant

## 7.10.0 - 2019-10-08
* [#699](https://github.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error

- [#699](https://github.com/stripe/stripe-node/pull/699) Add request-specific fields from raw error to top level error

## 7.9.1 - 2019-09-17

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.12.0
7.13.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stripe",
"version": "7.12.0",
"version": "7.13.0",
"description": "Stripe API wrapper",
"keywords": [
"stripe",
Expand Down

0 comments on commit ba4c5a9

Please sign in to comment.