Skip to content

Commit

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

**Merged Pull Requests**

- Accept Billing Address in AlternativePaymentMethods Submit [#838](#838) ([douglaslise](https://github.com/douglaslise))

##### Minified MD5 Checksum
```
63a190c3c87d931ea083221b1fa8b410 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
1leeAdLYjb5jwanNZu1248so19xjdL5/JfkRxtnPsJjB7JFi3F7AwrFRZrH+MuZu
```
  • Loading branch information
Lib Cat committed Jul 25, 2023
1 parent ae4a06b commit 1f96eeb
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.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)


**Merged Pull Requests**

- Accept Billing Address in AlternativePaymentMethods Submit [#838](https://github.com/recurly/recurly-js/pull/838) ([douglaslise](https://github.com/douglaslise))



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

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

0 comments on commit 1f96eeb

Please sign in to comment.