Skip to content

Commit b1dd079

Browse files
author
Lib Cat
committed
4.31.0
[Full Changelog](v4.30.1...v4.31.0) **Merged Pull Requests** - Proactive 3DS changes [#896](#896) ([gilv93](https://github.com/gilv93)) ##### Minified MD5 Checksum ``` fb0f0176d41ecec3672164a23ad4b288 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` RnJ4Sa482dNF7grkXgLq1ZA0AdcGKrE7kx5qa3EhFIjaAPZMOcSPwPx2GNrri+rU ```
1 parent 11d46da commit b1dd079

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v4.31.0](https://github.com/recurly/recurly-js/tree/v4.31.0) (2024-09-30)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.30.1...v4.31.0)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Proactive 3DS changes [#896](https://github.com/recurly/recurly-js/pull/896) ([gilv93](https://github.com/gilv93))
11+
12+
13+
314
## [v4.30.1](https://github.com/recurly/recurly-js/tree/v4.30.1) (2024-09-27)
415

516
[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.30.0...v4.30.1)

lib/recurly/version.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Current package/component version.
44
*/
55

6-
module.exports = '4.30.1';
6+
module.exports = '4.31.0';

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recurly.js",
33
"description": "Zen subscription billing in the browser",
4-
"version": "4.30.1",
4+
"version": "4.31.0",
55
"license": "MIT",
66
"main": "recurly.js",
77
"repository": {

types/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@types/recurly__recurly-js",
4-
"version": "4.30.9999",
4+
"version": "4.31.9999",
55
"nonNpm": true,
66
"nonNpmDescription": "@recurly/recurly-js",
77
"projects": [

0 commit comments

Comments
 (0)