From 802ded3d7e9cc4296d86811efd0ef62bfd7d1d56 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Mon, 21 Aug 2023 16:30:41 +0000 Subject: [PATCH] 4.25.8 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.7...v4.25.8) **Merged Pull Requests** - Prevent multiple 3ds instances [#847](https://github.com/recurly/recurly-js/pull/847) ([ajkelso](https://github.com/ajkelso)) ##### Minified MD5 Checksum ``` ce9ec867acf32d00bb5b5ef445e88216 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` ZgC6o3OYKVaEe/lB0s21uFnkPGo7t0OMNVDlEQ6vQL48Upy79jomUe3kAgXRL40x ``` --- 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 9ddb898a3..ec0456b8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v4.25.8](https://github.com/recurly/recurly-js/tree/v4.25.8) (2023-08-21) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.7...v4.25.8) + + +**Merged Pull Requests** + +- Prevent multiple 3ds instances [#847](https://github.com/recurly/recurly-js/pull/847) ([ajkelso](https://github.com/ajkelso)) + + + ## [v4.25.7](https://github.com/recurly/recurly-js/tree/v4.25.7) (2023-08-04) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.6...v4.25.7) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index cf54f7996..a082c51fd 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.25.7'; +module.exports = '4.25.8'; diff --git a/package-lock.json b/package-lock.json index 94822cfb1..adea410ce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.25.7", + "version": "4.25.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.25.7", + "version": "4.25.8", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 2c11f09a2..a32a8af17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.25.7", + "version": "4.25.8", "license": "MIT", "main": "recurly.js", "repository": {