Skip to content

Commit

Permalink
4.20.2
Browse files Browse the repository at this point in the history
[Full Changelog](recurly/recurly-js@v4.20.1...v4.20.2)

**Merged Pull Requests**

- Accepts custom udf on kount [recurly#720](recurly#720) ([cyberxander90](https://github.com/cyberxander90))

##### Minified MD5 Checksum
```
8037b50b7f925a44c43f7058a2fd9fd4 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
AbpA9/uw6bCu5yEdl9p/oMmtIT6xEhGCJMjndUyVOF4x3Rc7pdzObCZM17Rvr/TM
```
  • Loading branch information
Recurly integrations committed May 9, 2022
1 parent c96d40b commit 65f3a99
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.20.2](https://github.com/recurly/recurly-js/tree/v4.20.2) (2022-05-09)

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


**Merged Pull Requests**

- Accepts custom udf on kount [#720](https://github.com/recurly/recurly-js/pull/720) ([cyberxander90](https://github.com/cyberxander90))



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

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.20.0...v4.20.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.20.1';
module.exports = '4.20.2';
4 changes: 2 additions & 2 deletions 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.20.1",
"version": "4.20.2",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 65f3a99

Please sign in to comment.