Skip to content

Commit

Permalink
4.32.4
Browse files Browse the repository at this point in the history
[Full Changelog](v4.32.3...v4.32.4)

**Merged Pull Requests**

- Fixes Stripe 3-D Secure intent handler specs [#911](#911) ([chrissrogers](https://github.com/chrissrogers))
- Consolidates Stripe intent next action handler selection [#910](#910) ([chrissrogers](https://github.com/chrissrogers))

##### Minified MD5 Checksum
```
e25e36be416d568cd8d8d2387ad88c7f ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
oEFDt4dmHoliKl/EGCyWRD5ZcXTmk14GR/4xcl8INITYM3MQl0QZkuljTa+njDI5
```
  • Loading branch information
Lib Cat committed Dec 12, 2024
1 parent 8498a35 commit ea57ff2
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.4](https://github.com/recurly/recurly-js/tree/v4.32.4) (2024-12-12)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.3...v4.32.4)


**Merged Pull Requests**

- Fixes Stripe 3-D Secure intent handler specs [#911](https://github.com/recurly/recurly-js/pull/911) ([chrissrogers](https://github.com/chrissrogers))
- Consolidates Stripe intent next action handler selection [#910](https://github.com/recurly/recurly-js/pull/910) ([chrissrogers](https://github.com/chrissrogers))



## [v4.32.3](https://github.com/recurly/recurly-js/tree/v4.32.3) (2024-12-10)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.32.2...v4.32.3)
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.3';
module.exports = '4.32.4';
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.3",
"version": "4.32.4",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit ea57ff2

Please sign in to comment.