From 604085316e1de99eb6a32d64f6efd75315d83ac1 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Thu, 17 Nov 2022 15:21:38 +0000 Subject: [PATCH] 4.22.6 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.5...v4.22.6) **Merged Pull Requests** - Set type of kount fraud_session_id input to 'hidden' [#774](https://github.com/recurly/recurly-js/pull/774) ([abachman](https://github.com/abachman)) **Closed Issues** - Apple Pay via Braintree causes CSP violation [#767](https://github.com/recurly/recurly-js/issues/767) ##### Minified MD5 Checksum ``` d6d4c034a11fe8678290734e5736a52b ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` aTQJi5sedNZ07dI5FjEVTVXxpmuDefEOuSNLbIMg5R3tMTaSg9FgQJDvLmUtiv6f ``` --- CHANGELOG.md | 14 ++++++++++++++ lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f99a9514a..811914098 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [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) + + +**Merged Pull Requests** + +- Set type of kount fraud_session_id input to 'hidden' [#774](https://github.com/recurly/recurly-js/pull/774) ([abachman](https://github.com/abachman)) + +**Closed Issues** + +- Apple Pay via Braintree causes CSP violation [#767](https://github.com/recurly/recurly-js/issues/767) + + ## [v4.22.5](https://github.com/recurly/recurly-js/tree/v4.22.5) (2022-11-14) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.22.4...v4.22.5) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index de7a5b1ab..c96af18c7 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.22.5'; +module.exports = '4.22.6'; diff --git a/package-lock.json b/package-lock.json index 51a218258..978e4d338 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.22.5", + "version": "4.22.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.22.5", + "version": "4.22.6", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index 00b94f805..70a7bccb6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.22.5", + "version": "4.22.6", "license": "MIT", "main": "recurly.js", "repository": {