Skip to content

Commit

Permalink
4.22.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.22.0...v4.22.1)

**Merged Pull Requests**

- Update Adyen sdk libUrl for 3ds risk strategy [#742](#742) ([isaacvance1027](https://github.com/isaacvance1027))
- Credit card types refactor [#736](#736) ([douglaslise](https://github.com/douglaslise))

##### Minified MD5 Checksum
```
a37a450131740abb574e4fa7ab343bd1 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
ONq0aYDLc2P5S3+TFgr/BvP2JY0zpQX8dgoKmZukgSWWmECNw+peDIpHFqWYQPtK
```
  • Loading branch information
Recurly integrations committed Jul 20, 2022
1 parent b70c299 commit 6395daf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [v4.22.1](https://github.com/recurly/recurly-js/tree/v4.22.1) (2022-07-20)

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


**Merged Pull Requests**

- Update Adyen sdk libUrl for 3ds risk strategy [#742](https://github.com/recurly/recurly-js/pull/742) ([isaacvance1027](https://github.com/isaacvance1027))
- Credit card types refactor [#736](https://github.com/recurly/recurly-js/pull/736) ([douglaslise](https://github.com/douglaslise))



## [v4.22.0](https://github.com/recurly/recurly-js/tree/v4.22.0) (2022-07-11)

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

0 comments on commit 6395daf

Please sign in to comment.