From 9683758cac12a72017177f98ab4d88c993fbcb4e Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Thu, 6 Nov 2014 11:11:33 -0800 Subject: [PATCH] Version 3.0.8 Signed-off-by: Christopher Rogers --- CHANGELOG.md | 9 +++++++++ bower.json | 2 +- component.json | 2 +- lib/version.js | 2 +- package.json | 2 +- 5 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df114c3ae..2c2dcc988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Recurly.js CHANGELOG +### Version 3.0.8 (November 6, 2014) + +* Rejects falsey configuration values [#155][155] +* Switches build from component to duo [#154][154] +* Adds plan unit price and setup fee to pricing output [#150][150] + ### Version 3.0.7 (September 17, 2014) * Fixes issue with IE PayPal communication [#152][152] @@ -39,7 +45,10 @@ * Full rewrite for Billing Info tokenization +[155]: https://github.com/recurly/recurly-js/commit/7c3d22b5e75ddd565631adbd96ecc02d8cc868b7 +[154]: https://github.com/recurly/recurly-js/commit/63d7ba073d22841401ff5fe6bf0d5bba36328f62 [152]: https://github.com/recurly/recurly-js/commit/47d120185804e28ecbe7d96a0ce8a07b4234353d +[150]: https://github.com/recurly/recurly-js/commit/4b0fb749c36b46c22a0ca2b49f690b2b09243dd5 [147]: https://github.com/recurly/recurly-js/commit/30a7310148d2109dfb4f2b46232d9204ee3f7211 [144]: https://github.com/recurly/recurly-js/commit/25c505b5a158c30fdf6ab8009dae37f2ddc3b749 [138]: https://github.com/recurly/recurly-js/commit/ce631dbd75c62670f91f226ab02dad0218f5c90f diff --git a/bower.json b/bower.json index 27ce87b50..9f85032d6 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "recurly", - "version": "3.0.7", + "version": "3.0.8", "main": "recurly.js", "dependencies": {}, "devDependencies": {} diff --git a/component.json b/component.json index af3b24414..25217c87b 100644 --- a/component.json +++ b/component.json @@ -2,7 +2,7 @@ "name": "recurly", "repository": "recurly/recurly-js", "description": "Official Recurly JavaScript client for the browser.", - "version": "3.0.7", + "version": "3.0.8", "keywords": [ "recurly" ], diff --git a/lib/version.js b/lib/version.js index 76dc5b89d..101bfebbd 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '3.0.7'; +module.exports = '3.0.8'; diff --git a/package.json b/package.json index a66852fd0..f5d9cc23b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "3.0.7", + "version": "3.0.8", "license": "MIT", "main": "recurly.js", "repository": {