Skip to content

Commit

Permalink
4.25.7
Browse files Browse the repository at this point in the history
[Full Changelog](v4.25.6...v4.25.7)

**Merged Pull Requests**

- Expose Venmo Device Data [#844](#844) ([arzitney](https://github.com/arzitney))
- Add Support for Sofort on Adyen Components [#843](#843) ([douglaslise](https://github.com/douglaslise))
- add kount debugging [#842](#842) ([smagdicatrecurly](https://github.com/smagdicatrecurly))

##### Minified MD5 Checksum
```
c8478f14218c9b7b99abbce471b3b437 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
qyK/CCVUkYFq7o62FHPlpHRNex3j1m1GFT/zJ7WlScf2Ec5DD1Ys9rYZDEKEcewH
```
  • Loading branch information
Lib Cat committed Aug 4, 2023
1 parent 0b94e67 commit 32171a6
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v4.25.7](https://github.com/recurly/recurly-js/tree/v4.25.7) (2023-08-04)

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


**Merged Pull Requests**

- Expose Venmo Device Data [#844](https://github.com/recurly/recurly-js/pull/844) ([arzitney](https://github.com/arzitney))
- Add Support for Sofort on Adyen Components [#843](https://github.com/recurly/recurly-js/pull/843) ([douglaslise](https://github.com/douglaslise))
- add kount debugging [#842](https://github.com/recurly/recurly-js/pull/842) ([smagdicatrecurly](https://github.com/smagdicatrecurly))



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

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

0 comments on commit 32171a6

Please sign in to comment.