From 32171a6fa5eb8ca0656be4092824aa69b4172e55 Mon Sep 17 00:00:00 2001 From: Lib Cat Date: Fri, 4 Aug 2023 16:58:30 +0000 Subject: [PATCH] 4.25.7 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.6...v4.25.7) **Merged Pull Requests** - Expose Venmo Device Data [#844](https://github.com/recurly/recurly-js/pull/844) ([arzitney](https://github.com/arzitney)) - Add Support for Sofort on Adyen Components [#843](https://github.com/recurly/recurly-js/pull/843) ([douglaslise](https://github.com/douglaslise)) - add kount debugging [#842](https://github.com/recurly/recurly-js/pull/842) ([smagdicatrecurly](https://github.com/smagdicatrecurly)) ##### Minified MD5 Checksum ``` c8478f14218c9b7b99abbce471b3b437 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` qyK/CCVUkYFq7o62FHPlpHRNex3j1m1GFT/zJ7WlScf2Ec5DD1Ys9rYZDEKEcewH ``` --- CHANGELOG.md | 13 +++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb1d6f79b..9ddb898a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Expose Venmo Device Data [#844](https://github.com/recurly/recurly-js/pull/844) ([arzitney](https://github.com/arzitney)) +- Add Support for Sofort on Adyen Components [#843](https://github.com/recurly/recurly-js/pull/843) ([douglaslise](https://github.com/douglaslise)) +- add kount debugging [#842](https://github.com/recurly/recurly-js/pull/842) ([smagdicatrecurly](https://github.com/smagdicatrecurly)) + + + ## [v4.25.6](https://github.com/recurly/recurly-js/tree/v4.25.6) (2023-07-25) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.25.5...v4.25.6) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index b1c06c489..cf54f7996 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.25.6'; +module.exports = '4.25.7'; diff --git a/package-lock.json b/package-lock.json index e1a8ff353..94822cfb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.25.6", + "version": "4.25.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.25.6", + "version": "4.25.7", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index 399750086..2c11f09a2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.25.6", + "version": "4.25.7", "license": "MIT", "main": "recurly.js", "repository": {