Skip to content

Commit

Permalink
Version 4.6.4
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Sep 5, 2017
1 parent 3f44157 commit 538efa0
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Recurly.js CHANGELOG

### Version 4.6.4 (Sep 5, 2017)

* Fixes an issue with Apple Pay pricing initialization [#374][374]

### Version 4.6.3 (Aug 10, 2017)

* Sends transaction amount to PayPal Express Checkout initialization endpoint [#369][369]
Expand Down Expand Up @@ -174,6 +178,7 @@

* Full rewrite for Billing Info tokenization

[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
[363]: https://github.com/recurly/recurly-js/commit/1d0e8fa7340db908411174327e9f7b29803de495
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.3';
module.exports = '4.6.4';
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.3",
"version": "4.6.4",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 538efa0

Please sign in to comment.