Skip to content

Commit

Permalink
Version 4.8.6
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed May 17, 2018
1 parent 3265e59 commit c1356a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## Recurly.js CHANGELOG

### Version 4.8.6

* Adds deviceId and sessionId [#454][454]
* Adds support for sites using a more restrictive Content Security Policy [#455][455]

### Version 4.8.5

* Adds hosted field tabIndex configuration [#448][448]
Expand Down Expand Up @@ -220,6 +225,8 @@

* Full rewrite for Billing Info tokenization

[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
[433]: https://github.com/recurly/recurly-js/commit/b22e51ad18e159b74dd73604b5218a10ff702098
[426]: https://github.com/recurly/recurly-js/commit/74cbea1723b9238e76460b4c6477a0ecd26c75ab
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.5';
module.exports = '4.8.6';
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.5",
"version": "4.8.6",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit c1356a9

Please sign in to comment.