Skip to content

Commit

Permalink
Version 4.8.7
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Jul 31, 2018
1 parent 6842487 commit fd84079
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.7

* Fixes Kount fraud detection when using Card field [#470][470]

### Version 4.8.6

* Adds deviceId and sessionId [#454][454]
Expand Down Expand Up @@ -225,6 +229,7 @@

* Full rewrite for Billing Info tokenization

[470]: https://github.com/recurly/recurly-js/commit/68424878dd97904617c0db3e74a80698996f712d
[455]: https://github.com/recurly/recurly-js/commit/016ed4da4ae1112fbc6f7d207eb3e1f04c4f4717
[454]: https://github.com/recurly/recurly-js/commit/3265e595ef7dd2c1631e4e94e18161bfc15e8aa6
[448]: https://github.com/recurly/recurly-js/commit/d5a342e0f7758a694462359c28f63a8411a722b7
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.6';
module.exports = '4.8.7';
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.6",
"version": "4.8.7",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit fd84079

Please sign in to comment.