From 278b07dc5c86cfad2d5890b19e4ecfd85885845e Mon Sep 17 00:00:00 2001 From: Olivier Bellone Date: Mon, 24 Sep 2018 15:39:39 +0200 Subject: [PATCH] Bump version to 6.12.1 --- CHANGELOG.md | 3 +++ VERSION | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5b95bafc2..dffe5cd4a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # CHANGELOG +## 6.12.1 - 2018-09-24 +* [#502](https://github.com/stripe/stripe-node/pull/502) Fix test suite + ## 6.12.0 - 2018-09-24 * [#498](https://github.com/stripe/stripe-node/pull/498) Add support for Stripe Terminal * [#500](https://github.com/stripe/stripe-node/pull/500) Rename `FileUploads` to `Files` diff --git a/VERSION b/VERSION index d4e6cb4293..ff61e18689 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -6.12.0 +6.12.1 diff --git a/package.json b/package.json index 912564f01b..07921e0a24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "6.12.0", + "version": "6.12.1", "description": "Stripe API wrapper", "keywords": [ "stripe",