Skip to content

Commit

Permalink
Version 4.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Rogers <[email protected]>
  • Loading branch information
chrissrogers committed Jun 8, 2017
1 parent 7b3a444 commit 2cdfd96
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.1 (Apr 21, 2017)

* Fixes compatibility issue with Internet Explorer [352][352]

### Version 4.6.0 (Apr 21, 2017)

* Adds support for new PayPal Express Checkout flow [348][348]
Expand Down Expand Up @@ -159,6 +163,7 @@

* Full rewrite for Billing Info tokenization

[352]: https://github.com/recurly/recurly-js/commit/d061f5c8e4f31d620c432c964c19ba96c505a8f8
[348]: https://github.com/recurly/recurly-js/commit/da67a8e040615980d4569ac7c09b5c0e9fc262c2
[344]: https://github.com/recurly/recurly-js/commit/611fbdeba93fe5d86057aa427963508f8188463d
[336]: https://github.com/recurly/recurly-js/commit/76b34d12054a46751a5882e50a3e56e0429fc8aa
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.0';
module.exports = '4.6.1';
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.0",
"version": "4.6.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 2cdfd96

Please sign in to comment.