Skip to content

Commit

Permalink
4.16.1
Browse files Browse the repository at this point in the history
  • Loading branch information
glaubenstein committed Apr 6, 2021
1 parent 47f224e commit 5c7eb32
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.16.1

* Adds support to disable 3ds2 preflight device data collection [#671][671]

### Version 4.16.0

* Adds Venmo support [#661][661]
Expand Down Expand Up @@ -341,6 +345,7 @@

* Full rewrite for Billing Info tokenization

[671]: https://github.com/recurly/recurly-js/commit/47f224e6cb39a9e05613520c8200e7b21a519c6b
[665]: https://github.com/recurly/recurly-js/commit/38324296fc36e05d07553a3ce0ee1e9a0f2923e6
[661]: https://github.com/recurly/recurly-js/commit/2775177e863f7497d57c906eff15396bbe16ad70
[653]: https://github.com/recurly/recurly-js/commit/2964da29335a57c6ade58149604a122782b9ca30
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.16.0';
module.exports = '4.16.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.16.0",
"version": "4.16.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 5c7eb32

Please sign in to comment.