From 6b9d477ee8deb26078f9cf54e1b841d420662bda Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 25 Oct 2024 17:55:57 +0000 Subject: [PATCH] 4.32.1 [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)) ##### Minified MD5 Checksum ``` d6c4b0a72b3613f5b6ec4befee8bc4fa ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` 97yceyOlDA8bOrxfWGrTJOJDQrjAA1Vp3/JUCIkjVkD6U9Z+gMalwML/Jcm2+4jI ``` --- 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 fc8f9ea9..15e0587a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index b06c3c86..2f9e3ba1 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.0'; +module.exports = '4.32.1'; diff --git a/package-lock.json b/package-lock.json index 8f078dc5..86e38ac3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.0", + "version": "4.32.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.0", + "version": "4.32.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 4c38600b..28896672 100644 --- a/package.json +++ b/package.json @@ -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": {