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": {