From 82356a76a92c51bc254f8697fbb6227187ab18d1 Mon Sep 17 00:00:00 2001 From: Recurly integrations Date: Sat, 21 May 2022 02:23:58 +0000 Subject: [PATCH] 4.21.0 [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.20.2...v4.21.0) **Merged Pull Requests** - Fix snapshots for android10 [#728](https://github.com/recurly/recurly-js/pull/728) ([cyberxander90](https://github.com/cyberxander90)) - Select PayPal gateway [#727](https://github.com/recurly/recurly-js/pull/727) ([rlew421](https://github.com/rlew421)) ##### Minified MD5 Checksum ``` 5f7c42e96c718c674d3a77f1f8dbe546 ./build/recurly.min.js ``` ##### [SRI Hash](https://www.srihash.org/) ``` 5spvtiws/9/57hy+zlHGl77nuOb0fNcywejPTPLBlBWEAX5lN64Egpw6A9QgeNwE ``` --- CHANGELOG.md | 16 ++++++++++++++-- lib/recurly/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3df3deb6..efd6156a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v4.21.0](https://github.com/recurly/recurly-js/tree/v4.21.0) (2022-05-21) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.20.2...v4.21.0) + + +**Merged Pull Requests** + +- Fix snapshots for android10 [#728](https://github.com/recurly/recurly-js/pull/728) ([cyberxander90](https://github.com/cyberxander90)) +- Select PayPal gateway [#727](https://github.com/recurly/recurly-js/pull/727) ([rlew421](https://github.com/rlew421)) + + + ## [v4.20.2](https://github.com/recurly/recurly-js/tree/v4.20.2) (2022-05-09) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.20.1...v4.20.2) @@ -223,7 +235,7 @@ **Merged Pull Requests** -- Use more inclusive terms [#616](https://github.com/recurly/recurly-js/pull/616) ([aaron-suarez](https://github.com/aaron-suarez)) +- Use more inclusive terms [#616](https://github.com/recurly/recurly-js/pull/616) ([aaron-junot](https://github.com/aaron-junot)) - Fixes BankAccount type test [#615](https://github.com/recurly/recurly-js/pull/615) ([dbrudner](https://github.com/dbrudner)) - Updates dependencies [#613](https://github.com/recurly/recurly-js/pull/613) ([dbrudner](https://github.com/dbrudner)) - Adds e2e tests for electron [#610](https://github.com/recurly/recurly-js/pull/610) ([dbrudner](https://github.com/dbrudner)) @@ -308,7 +320,7 @@ - adds error emission instead of throwing in Fraud [#546](https://github.com/recurly/recurly-js/pull/546) ([dbrudner](https://github.com/dbrudner)) - implement CIT for sagepay [#543](https://github.com/recurly/recurly-js/pull/543) ([calebbarde](https://github.com/calebbarde)) - Adds 'aria-hidden' tag to hidden input field [#542](https://github.com/recurly/recurly-js/pull/542) ([dbrudner](https://github.com/dbrudner)) -- Emit PayPal cancel event on frame close [#525](https://github.com/recurly/recurly-js/pull/525) ([aaron-suarez](https://github.com/aaron-suarez)) +- Emit PayPal cancel event on frame close [#525](https://github.com/recurly/recurly-js/pull/525) ([aaron-junot](https://github.com/aaron-junot)) **Closed Issues** diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 24d66c4fe..5469701ce 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.20.2'; +module.exports = '4.21.0'; diff --git a/package-lock.json b/package-lock.json index 66e387921..e135c3cad 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.20.2", + "version": "4.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.20.2", + "version": "4.21.0", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index ad6952806..2f1143234 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.20.2", + "version": "4.21.0", "license": "MIT", "main": "recurly.js", "repository": {