Skip to content

Commit

Permalink
4.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbarde committed Nov 18, 2020
1 parent 2964da2 commit 0c038a5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## Recurly.js CHANGELOG

### Version 4.14.0
### Version 4.15.1

* Adds 3-D Secure support for Stripe Setup Intents [#653][653]

### Version 4.15.0

* Adds 3-D Secure support for CyberSource [#652][652]
* Fixes BIN detection for ELO cards [#647][647]
Expand Down Expand Up @@ -332,6 +336,7 @@

* Full rewrite for Billing Info tokenization

[653]: https://github.com/recurly/recurly-js/commit/2964da29335a57c6ade58149604a122782b9ca30
[652]: https://github.com/recurly/recurly-js/commit/f023fade9de12c4f7851cbeb7308704bc474edee
[647]: https://github.com/recurly/recurly-js/commit/aa44887032073e162e059a11f9322f7c9495276d
[629]: https://github.com/recurly/recurly-js/commit/43a47cbf783fdcbec07a85fa033297a1575c5364
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.15.0';
module.exports = '4.15.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.15.0",
"version": "4.15.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 0c038a5

Please sign in to comment.