Skip to content

Commit

Permalink
4.22.4
Browse files Browse the repository at this point in the history
[Full Changelog](v4.22.3...v4.22.4)

**Merged Pull Requests**

- Add google-pay type definition to recurly.d.ts [#753](#753) ([cyberxander90](https://github.com/cyberxander90))

##### Minified MD5 Checksum
```
c3f2fabfd78359455b7b347cad7aede0 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
5U6j1RlY8P/6vit3DRNnrBEdoZhg4Vr9/jiCi9n7TTMJbpigkKqfDloJr7wssnOI
```
  • Loading branch information
Recurly integrations committed Sep 22, 2022
1 parent ed6369b commit 5b36a2f
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.22.4](https://github.com/recurly/recurly-js/tree/v4.22.4) (2022-09-22)

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


**Merged Pull Requests**

- Add google-pay type definition to recurly.d.ts [#753](https://github.com/recurly/recurly-js/pull/753) ([cyberxander90](https://github.com/cyberxander90))



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

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

0 comments on commit 5b36a2f

Please sign in to comment.