From 15fa7336f02fc6db7f7c3e6fa14048cc23adbc9c Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 13 Dec 2024 19:10:07 +0000 Subject: [PATCH] 4.32.5 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.4...v4.32.5) **Merged Pull Requests** - Pass billingAddress fields for Proactive 3DS [#912](https://github.com/recurly/recurly-js/pull/912) ([gilv93](https://github.com/gilv93)) ##### Minified MD5 Checksum ``` a3afe0c1b07ef1a86320ad6e299460dc ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` QW8zWMNUg+ThGsZF5+tmCOF5XMHEsZIVNLQLjHTVECh6lzQCz9Vmnyi0CeH7rneS ``` --- CHANGELOG.md | 11 +++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b7bfab8..bd6ea0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.32.5](https://github.com/recurly/recurly-js/tree/v4.32.5) (2024-12-13) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.4...v4.32.5) + + +**Merged Pull Requests** + +- Pass billingAddress fields for Proactive 3DS [#912](https://github.com/recurly/recurly-js/pull/912) ([gilv93](https://github.com/gilv93)) + + + ## [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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index dc2012be..b1365079 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.4'; +module.exports = '4.32.5'; diff --git a/package-lock.json b/package-lock.json index 14606b7c..0ec7fe5c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.4", + "version": "4.32.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.4", + "version": "4.32.5", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index f02c019d..22b1ff23 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.32.4", + "version": "4.32.5", "license": "MIT", "main": "recurly.js", "repository": {