diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ec633b6..578bbddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.31.1](https://github.com/recurly/recurly-js/tree/v4.31.1) (2024-10-01) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.31.0...v4.31.1) + + +**Merged Pull Requests** + +- Fix bug when preflightDeviceData is set to false [#903](https://github.com/recurly/recurly-js/pull/903) ([gilv93](https://github.com/gilv93)) + + + ## [v4.31.0](https://github.com/recurly/recurly-js/tree/v4.31.0) (2024-09-30) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.30.1...v4.31.0) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 472a5748..90ec2809 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.31.0'; +module.exports = '4.31.1'; diff --git a/package-lock.json b/package-lock.json index d0fd4a89..523706ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.31.0", + "version": "4.31.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.31.0", + "version": "4.31.1", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 752a1244..fc6ef711 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.31.0", + "version": "4.31.1", "license": "MIT", "main": "recurly.js", "repository": {