Skip to content

Commit

Permalink
4.32.1
Browse files Browse the repository at this point in the history
[Full Changelog](v4.32.0...v4.32.1)

**Merged Pull Requests**

- Allow billingAddress to be passed in via customer options on AlternativePaymentMethod [#904](#904) ([gilv93](https://github.com/gilv93))

##### Minified MD5 Checksum
```
d6c4b0a72b3613f5b6ec4befee8bc4fa ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
97yceyOlDA8bOrxfWGrTJOJDQrjAA1Vp3/JUCIkjVkD6U9Z+gMalwML/Jcm2+4jI
```
  • Loading branch information
Lib Cat committed Oct 25, 2024
1 parent 723836b commit 6b9d477
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.32.1](https://github.com/recurly/recurly-js/tree/v4.32.1) (2024-10-25)

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


**Merged Pull Requests**

- Allow billingAddress to be passed in via customer options on AlternativePaymentMethod [#904](https://github.com/recurly/recurly-js/pull/904) ([gilv93](https://github.com/gilv93))



## [v4.32.0](https://github.com/recurly/recurly-js/tree/v4.32.0) (2024-10-04)

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

0 comments on commit 6b9d477

Please sign in to comment.