Skip to content

Commit

Permalink
Version 4.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Feb 15, 2018
1 parent 74cbea1 commit e2efe38
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.8.2 (Feb 15,2018)

* Adds support for Apple pay zero amount authorizations [#426][426]

### Version 4.8.1 (Jan 16,2018)

* Adds support for setting PayPal logo in Express Checkout flow [#418][418]
Expand Down Expand Up @@ -204,6 +208,7 @@

* Full rewrite for Billing Info tokenization

[426]: https://github.com/recurly/recurly-js/commit/74cbea1723b9238e76460b4c6477a0ecd26c75ab
[418]: https://github.com/recurly/recurly-js/commit/617e326976255277d68b479ad29f564ee2dae766
[412]: https://github.com/recurly/recurly-js/commit/22ae5fec78a8d45586f170b28eef59593fcd883d
[409]: https://github.com/recurly/recurly-js/commit/67d1bd09dc74162eff143755c74b53cc8ea551fc
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.8.1';
module.exports = '4.8.2';
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.8.1",
"version": "4.8.2",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit e2efe38

Please sign in to comment.