Skip to content

Commit

Permalink
4.32.3
Browse files Browse the repository at this point in the history
[Full Changelog](v4.32.2...v4.32.3)

**Merged Pull Requests**

- Uses stripe.handleNextAction for payment intents [#908](#908) ([chrissrogers](https://github.com/chrissrogers))
- chore: add missing type definitions for Adyen APM [#907](#907) ([cbarton](https://github.com/cbarton))

**Closed Issues**

- Wrong type of AlternativePaymentMethods start and initiate [#885](#885)
- AlternativePaymentMethodOptions type is missing returnURL [#883](#883)
- AlternativePaymentMethods type missing iDEAL, Sofort and CashApp [#882](#882)
- Apple Pay wrongly uses the user's shipping country as billing country [#872](#872)

##### Minified MD5 Checksum
```
c357f439dd3d47115af8ed702ea2702e ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
E3wPjw6EPYQZU6CWnkfKc+W76XcUWVZMwQNDVFHFk5uFvGKrVqa+5mk+f+AD62Ex
```
  • Loading branch information
Lib Cat committed Dec 10, 2024
1 parent 92727ae commit 046e360
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

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

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


**Merged Pull Requests**

- Uses stripe.handleNextAction for payment intents [#908](https://github.com/recurly/recurly-js/pull/908) ([chrissrogers](https://github.com/chrissrogers))
- chore: add missing type definitions for Adyen APM [#907](https://github.com/recurly/recurly-js/pull/907) ([cbarton](https://github.com/cbarton))

**Closed Issues**

- Wrong type of AlternativePaymentMethods start and initiate [#885](https://github.com/recurly/recurly-js/issues/885)
- AlternativePaymentMethodOptions type is missing returnURL [#883](https://github.com/recurly/recurly-js/issues/883)
- AlternativePaymentMethods type missing iDEAL, Sofort and CashApp [#882](https://github.com/recurly/recurly-js/issues/882)
- Apple Pay wrongly uses the user's shipping country as billing country [#872](https://github.com/recurly/recurly-js/issues/872)


## [v4.32.2](https://github.com/recurly/recurly-js/tree/v4.32.2) (2024-11-05)

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

0 comments on commit 046e360

Please sign in to comment.