Skip to content

Commit

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

**Merged Pull Requests**

- Add more BIN ranges for UnionPay [#735](#735) ([douglaslise](https://github.com/douglaslise))
- Adding support to google-pay [#733](#733) ([cyberxander90](https://github.com/cyberxander90))

##### Minified MD5 Checksum
```
31b1262e3c24b7d976b8ac059272fc70 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
kBvjBMTBLtCfRYmRi0vXxHc3caUNArpOcsZ7XJinK8NCan7tqdmO30JHlASFVdWa
```
  • Loading branch information
Recurly integrations committed Jul 11, 2022
1 parent 047d61f commit 3434491
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.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)


**Merged Pull Requests**

- Add more BIN ranges for UnionPay [#735](https://github.com/recurly/recurly-js/pull/735) ([douglaslise](https://github.com/douglaslise))
- Adding support to google-pay [#733](https://github.com/recurly/recurly-js/pull/733) ([cyberxander90](https://github.com/cyberxander90))



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

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

0 comments on commit 3434491

Please sign in to comment.