From ce93cc5ecef5bba9b218e9ad4443e057990c9db4 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Wed, 30 Nov 2022 16:32:17 +0000 Subject: [PATCH] 4.22.7 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.6...v4.22.7) **Merged Pull Requests** - Multi form fraud detection [#780](https://github.com/recurly/recurly-js/pull/780) ([smagdicatrecurly](https://github.com/smagdicatrecurly)) - Handle stripe js error when attaching the stripe element [#779](https://github.com/recurly/recurly-js/pull/779) ([cyberxander90](https://github.com/cyberxander90)) ##### Minified MD5 Checksum ``` e6ac7ffa0f80194533e2d3a0338ae149 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` tJXv1aA36hSwfXQbG13AXc5o2k0GasDwVREzxWWzyGYKBe0nbQRBx8BD6j+FryhU ``` --- CHANGELOG.md | 12 ++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 811914098..fe1d8a33d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.22.7](https://github.com/recurly/recurly-js/tree/v4.22.7) (2022-11-30) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.6...v4.22.7) + + +**Merged Pull Requests** + +- Multi form fraud detection [#780](https://github.com/recurly/recurly-js/pull/780) ([smagdicatrecurly](https://github.com/smagdicatrecurly)) +- Handle stripe js error when attaching the stripe element [#779](https://github.com/recurly/recurly-js/pull/779) ([cyberxander90](https://github.com/cyberxander90)) + + + ## [v4.22.6](https://github.com/recurly/recurly-js/tree/v4.22.6) (2022-11-17) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.5...v4.22.6) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index c96af18c7..eaf68b422 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.22.6'; +module.exports = '4.22.7'; diff --git a/package-lock.json b/package-lock.json index 978e4d338..85e8de0cf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.22.6", + "version": "4.22.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.22.6", + "version": "4.22.7", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 70a7bccb6..7c71b28dd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.22.6", + "version": "4.22.7", "license": "MIT", "main": "recurly.js", "repository": {