From b2b7ecf118f1874e5f98dfca1aa0353bc245229b Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 17 Dec 2024 18:02:46 +0000 Subject: [PATCH] 4.32.6 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.5...v4.32.6) **Merged Pull Requests** - Add multi currency support for Amazon UK and EU [#909](https://github.com/recurly/recurly-js/pull/909) ([gilv93](https://github.com/gilv93)) ##### Minified MD5 Checksum ``` ad2f9e6039facd98c8067a07396a99a6 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` UgRA605R0n5WSqR5iD0ors0XiyBRlLCdugQS0NOcIpbqvJNk023q5mV4uyckt4di ``` --- 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 bd6ea0b2..1655c3ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.32.6](https://github.com/recurly/recurly-js/tree/v4.32.6) (2024-12-17) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.5...v4.32.6) + + +**Merged Pull Requests** + +- Add multi currency support for Amazon UK and EU [#909](https://github.com/recurly/recurly-js/pull/909) ([gilv93](https://github.com/gilv93)) + + + ## [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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index b1365079..2f46538f 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.5'; +module.exports = '4.32.6'; diff --git a/package-lock.json b/package-lock.json index 0ec7fe5c..843e3a11 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.5", + "version": "4.32.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.5", + "version": "4.32.6", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 22b1ff23..8ae71f3c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.32.5", + "version": "4.32.6", "license": "MIT", "main": "recurly.js", "repository": {