Skip to content

Commit

Permalink
4.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
calebbarde committed Feb 24, 2021
1 parent 2775177 commit 4909dd4
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.16.0

* Adds Venmo support [#661][661]
* Coerce a pricing instance from the PricingPromise for ApplePay [#665][665]

### Version 4.15.1

* Adds 3-D Secure support for Stripe Setup Intents [#653][653]
Expand Down Expand Up @@ -336,6 +341,8 @@

* Full rewrite for Billing Info tokenization

[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
[652]: https://github.com/recurly/recurly-js/commit/f023fade9de12c4f7851cbeb7308704bc474edee
[647]: https://github.com/recurly/recurly-js/commit/aa44887032073e162e059a11f9322f7c9495276d
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.1';
module.exports = '4.16.0';
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.1",
"version": "4.16.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 4909dd4

Please sign in to comment.