Skip to content

Commit

Permalink
Version 4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
chrissrogers committed Oct 9, 2018
1 parent 2b6994d commit c80804c
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.9.3

* Fixes tokenization errors presented when customers disable third-party cookies in Chrome [#482][482]

### Version 4.9.2

* Fixes errors presented in environments where Storage is not available [#478][478]
Expand Down Expand Up @@ -245,6 +249,7 @@

* Full rewrite for Billing Info tokenization

[482]: https://github.com/recurly/recurly-js/commit/2b6994d250731ece2b0499ac30c2783fe1761e75
[478]: https://github.com/recurly/recurly-js/commit/773c757019a8b2e17bfa147237d21aa2fc2d9681
[477]: https://github.com/recurly/recurly-js/commit/aa35435661a2f9507af73c2aacc380482d99e4e7
[475]: https://github.com/recurly/recurly-js/commit/ec5ba946b53cc37954ac0d218d99276585c44aef
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/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.9.2';
module.exports = '4.9.3';
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.9.2",
"version": "4.9.3",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit c80804c

Please sign in to comment.