From b258a60c5db119535a034b9b4d95eac7e0dd51a7 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 5 Nov 2024 18:20:23 +0000 Subject: [PATCH] 4.32.2 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.1...v4.32.2) **Merged Pull Requests** - fix: discount rounding half up with half cents [#906](https://github.com/recurly/recurly-js/pull/906) ([cbarton](https://github.com/cbarton)) - add currency to proactive preflights flow [#905](https://github.com/recurly/recurly-js/pull/905) ([gilv93](https://github.com/gilv93)) ##### Minified MD5 Checksum ``` ab7f00b446418712f79f0f8ddb8aceb1 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` +/5uPqfBidcQzzxP08S2Wn3hA0wP4O8m20oW8sdmWLR8uRPysKuqpGtSqX6a8iss ``` --- 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 15e0587a..fb0778f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- fix: discount rounding half up with half cents [#906](https://github.com/recurly/recurly-js/pull/906) ([cbarton](https://github.com/cbarton)) +- add currency to proactive preflights flow [#905](https://github.com/recurly/recurly-js/pull/905) ([gilv93](https://github.com/gilv93)) + + + ## [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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 2f9e3ba1..d3632f1c 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.32.1'; +module.exports = '4.32.2'; diff --git a/package-lock.json b/package-lock.json index 86e38ac3..b4e20c8d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.32.1", + "version": "4.32.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.32.1", + "version": "4.32.2", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 28896672..57000438 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.32.1", + "version": "4.32.2", "license": "MIT", "main": "recurly.js", "repository": {