From cebea8f50582483cadad60b8564670f30eb4b9b2 Mon Sep 17 00:00:00 2001 From: James Padolsey Date: Wed, 20 Nov 2013 00:37:32 +0000 Subject: [PATCH] v bump 2.2.2 --- CHANGELOG | 3 +++ VERSION | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index a9c35476b6..efe0186b0d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,6 @@ +2.2.2 Nov 20th, 2013 + - Fix incorrect deleteDiscount method & related spec(s) + 2.2.1 - Fix user-agent header issue (see issue #75) diff --git a/VERSION b/VERSION index c043eea776..b1b25a5ffa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.1 +2.2.2 diff --git a/package.json b/package.json index 29abbdf559..2b09125bca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stripe", - "version": "2.2.1", + "version": "2.2.2", "description": "Stripe API wrapper", "homepage": "https://github.com/stripe/stripe-node", "author": "Stripe (https://stripe.com/)",