Skip to content

Commit

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

**Merged Pull Requests**

- Update to latest version of Braintree JS Client [#839](#839) ([douglasmiller](https://github.com/douglasmiller))

##### Minified MD5 Checksum
```
3212928276238561a220887aa855284e ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
SMBXEgCVtJpTFKpNUbqPhcGH/OnaFIcOLp5MYSjYbybYnt7co7nrrcKRNbcw68xn
```
  • Loading branch information
Lib Cat committed Jul 17, 2023
1 parent 017d223 commit 46ff06c
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.25.4](https://github.com/recurly/recurly-js/tree/v4.25.4) (2023-07-17)

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


**Merged Pull Requests**

- Update to latest version of Braintree JS Client [#839](https://github.com/recurly/recurly-js/pull/839) ([douglasmiller](https://github.com/douglasmiller))



## [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)
Expand All @@ -9,6 +20,9 @@

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

**Closed Issues**

- Cannot read properties of undefined (reading 'api') [#836](https://github.com/recurly/recurly-js/issues/836)


## [v4.25.2](https://github.com/recurly/recurly-js/tree/v4.25.2) (2023-06-29)
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.3';
module.exports = '4.25.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.25.3",
"version": "4.25.4",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 46ff06c

Please sign in to comment.