From ea57ff2c7afdb89e079e26e51505e43d626f9bca Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Thu, 12 Dec 2024 21:41:51 +0000 Subject: [PATCH] 4.32.4 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.3...v4.32.4) **Merged Pull Requests** - Fixes Stripe 3-D Secure intent handler specs [#911](https://github.com/recurly/recurly-js/pull/911) ([chrissrogers](https://github.com/chrissrogers)) - Consolidates Stripe intent next action handler selection [#910](https://github.com/recurly/recurly-js/pull/910) ([chrissrogers](https://github.com/chrissrogers)) ##### Minified MD5 Checksum ``` e25e36be416d568cd8d8d2387ad88c7f ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` oEFDt4dmHoliKl/EGCyWRD5ZcXTmk14GR/4xcl8INITYM3MQl0QZkuljTa+njDI5 ``` --- CHANGELOG.md | 12 ++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16794df7..2b7bfab8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.32.4](https://github.com/recurly/recurly-js/tree/v4.32.4) (2024-12-12) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.3...v4.32.4) + + +**Merged Pull Requests** + +- Fixes Stripe 3-D Secure intent handler specs [#911](https://github.com/recurly/recurly-js/pull/911) ([chrissrogers](https://github.com/chrissrogers)) +- Consolidates Stripe intent next action handler selection [#910](https://github.com/recurly/recurly-js/pull/910) ([chrissrogers](https://github.com/chrissrogers)) + + + ## [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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 5249068d..dc2012be 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.3'; +module.exports = '4.32.4'; diff --git a/package-lock.json b/package-lock.json index 10802a52..14606b7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.3", + "version": "4.32.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.3", + "version": "4.32.4", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index dacd46ab..f02c019d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.32.3", + "version": "4.32.4", "license": "MIT", "main": "recurly.js", "repository": {