From 59b76f6462b86fe18b59067d48fd1bf528f6cf21 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Tue, 1 Oct 2024 19:17:11 +0000 Subject: [PATCH] 4.31.1 [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)) ##### Minified MD5 Checksum ``` 0719007d09a3a92f860b1ff28a3ff8ed ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` 45Ai7JA1Djg1ZU8K7lXTTNuxQ9THWDRZby6Wtd+XcZnCbAHYE7uXHrMa0HC9RQq/ ``` --- CHANGELOG.md | 11 +++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) 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": {