Skip to content

Commit

Permalink
Merge pull request #674 from recurly/4.16.2
Browse files Browse the repository at this point in the history
4.16.2
  • Loading branch information
calebbarde authored May 5, 2021
2 parents ce7f3aa + 7b13fda commit 93ad014
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [v4.16.2](https://github.com/recurly/recurly-js/tree/v4.16.2) (2021-05-04)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.16.1...v4.16.2)


**Merged Pull Requests**

- Venmo Desktop [#670](https://github.com/recurly/recurly-js/pull/670) ([efeygelson](https://github.com/efeygelson))

## [v4.16.1](https://github.com/recurly/recurly-js/tree/v4.16.1) (2021-04-07)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.16.0...v4.16.1)
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.1';
module.exports = '4.16.2';
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.1",
"version": "4.16.2",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 93ad014

Please sign in to comment.