Skip to content

Commit

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

**Merged Pull Requests**

- Prevent multiple 3ds instances [#847](#847) ([ajkelso](https://github.com/ajkelso))

##### Minified MD5 Checksum
```
ce9ec867acf32d00bb5b5ef445e88216 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
ZgC6o3OYKVaEe/lB0s21uFnkPGo7t0OMNVDlEQ6vQL48Upy79jomUe3kAgXRL40x
```
  • Loading branch information
Lib Cat committed Aug 21, 2023
1 parent a2b05a8 commit 802ded3
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.8](https://github.com/recurly/recurly-js/tree/v4.25.8) (2023-08-21)

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


**Merged Pull Requests**

- Prevent multiple 3ds instances [#847](https://github.com/recurly/recurly-js/pull/847) ([ajkelso](https://github.com/ajkelso))



## [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)
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.7';
module.exports = '4.25.8';
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.7",
"version": "4.25.8",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 802ded3

Please sign in to comment.