Skip to content

Commit

Permalink
Version 4.7.0
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <chrissrogers@gmail.com>
  • Loading branch information
chrissrogers committed Sep 15, 2017
1 parent 9a7b59a commit e0b651b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.6.4';
module.exports = '4.7.0';
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit e0b651b

Please sign in to comment.