From 046e360091a066f8610bff192f79b50416b47a6b Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 10 Dec 2024 20:43:27 +0000 Subject: [PATCH] 4.32.3 [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) ##### Minified MD5 Checksum ``` c357f439dd3d47115af8ed702ea2702e ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` E3wPjw6EPYQZU6CWnkfKc+W76XcUWVZMwQNDVFHFk5uFvGKrVqa+5mk+f+AD62Ex ``` --- CHANGELOG.md | 18 ++++++++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb0778f8..16794df7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index d3632f1c..5249068d 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.2'; +module.exports = '4.32.3'; diff --git a/package-lock.json b/package-lock.json index b4e20c8d..10802a52 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.2", + "version": "4.32.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.2", + "version": "4.32.3", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 57000438..dacd46ab 100644 --- a/package.json +++ b/package.json @@ -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": {