Skip to content

Commit

Permalink
4.32.2
Browse files Browse the repository at this point in the history
[Full Changelog](v4.32.1...v4.32.2)

**Merged Pull Requests**

- fix: discount rounding half up with half cents [#906](#906) ([cbarton](https://github.com/cbarton))
- add currency to proactive preflights flow [#905](#905) ([gilv93](https://github.com/gilv93))

##### Minified MD5 Checksum
```
ab7f00b446418712f79f0f8ddb8aceb1 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
+/5uPqfBidcQzzxP08S2Wn3hA0wP4O8m20oW8sdmWLR8uRPysKuqpGtSqX6a8iss
```
  • Loading branch information
Lib Cat committed Nov 5, 2024
1 parent d50249b commit b258a60
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.32.1';
module.exports = '4.32.2';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit b258a60

Please sign in to comment.