Skip to content

Commit

Permalink
4.25.3
Browse files Browse the repository at this point in the history
[Full Changelog](v4.25.2...v4.25.3)

**Merged Pull Requests**

- fix: load Google Pay when `window.google` exists [#837](#837) ([cbarton](https://github.com/cbarton))

##### Minified MD5 Checksum
```
8cb352c6b93dd507c00c3eabb20ea6f1 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
xtuj8N6wqJmahk0IOY3PmkhughqlmNY2XHyjYXThMCWsONoViY2Q3aCbEfSHztB1
```
  • Loading branch information
Lib Cat committed Jul 13, 2023
1 parent db04eda commit 9282498
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.25.3](https://github.com/recurly/recurly-js/tree/v4.25.3) (2023-07-13)

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


**Merged Pull Requests**

- fix: load Google Pay when `window.google` exists [#837](https://github.com/recurly/recurly-js/pull/837) ([cbarton](https://github.com/cbarton))



## [v4.25.2](https://github.com/recurly/recurly-js/tree/v4.25.2) (2023-06-29)

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

0 comments on commit 9282498

Please sign in to comment.