From e0b651b001d5f5c59dfcecfc5e2b3b9ed4a15a3a Mon Sep 17 00:00:00 2001 From: Christopher Rogers Date: Fri, 15 Sep 2017 22:33:10 +0200 Subject: [PATCH] Version 4.7.0 Signed-off-by: Christopher Rogers --- CHANGELOG.md | 9 +++++++++ lib/version.js | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 154afa753..1a53b8676 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ ## Recurly.js CHANGELOG +### Version 4.7.0 (Sep 15, 2017) + +* Adds 'attached' event to announce completion of pricing attachment [#377][377] +* Adds `fields[field].inputType` option to configuration -- 'mobileSelect' to enable select fields for expiry fields on mobile [#375][375] +* Fixes an issue with field font color propagation [#378][378] + ### Version 4.6.4 (Sep 5, 2017) * Fixes an issue with Apple Pay pricing initialization [#374][374] @@ -178,6 +184,9 @@ * Full rewrite for Billing Info tokenization +[377]: https://github.com/recurly/recurly-js/commit/81d69db3e141bf01721e2de4ab43a29d1ff9b066 +[375]: https://github.com/recurly/recurly-js/commit/9a7b59adbf72746baaf5d639b9301da7dd088fb6 +[378]: https://github.com/recurly/recurly-js/commit/3ebe6fbb5709c94901b62137404fb348b4f1cb92 [374]: https://github.com/recurly/recurly-js/commit/3f4415778b5c9c92a18d229c8b8660aaeee8379a [369]: https://github.com/recurly/recurly-js/commit/06ec82f7814d457e10f8733d954c85303ec46bf1 [367]: https://github.com/recurly/recurly-js/commit/8cd68b8e1f3e685e8eb238d02794ad0e95f45d09 diff --git a/lib/version.js b/lib/version.js index c0fb01177..82285c815 100644 --- a/lib/version.js +++ b/lib/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.6.4'; +module.exports = '4.7.0'; diff --git a/package-lock.json b/package-lock.json index 1e7fcc7f0..518ebd877 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "recurly.js", - "version": "4.6.4", + "version": "4.7.0", "lockfileVersion": 1, "dependencies": { "accepts": { diff --git a/package.json b/package.json index ee639b41c..3a00aa756 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.6.4", + "version": "4.7.0", "license": "MIT", "main": "recurly.js", "repository": {