Skip to content

Commit

Permalink
4.21.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.20.2...v4.21.0)

**Merged Pull Requests**

- Fix snapshots for android10 [#728](#728) ([cyberxander90](https://github.com/cyberxander90))
- Select PayPal gateway [#727](#727) ([rlew421](https://github.com/rlew421))

##### Minified MD5 Checksum
```
5f7c42e96c718c674d3a77f1f8dbe546 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
5spvtiws/9/57hy+zlHGl77nuOb0fNcywejPTPLBlBWEAX5lN64Egpw6A9QgeNwE
```
  • Loading branch information
Recurly integrations committed May 21, 2022
1 parent c6e8024 commit 82356a7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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))
Expand Down Expand Up @@ -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**

Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.20.2';
module.exports = '4.21.0';
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 82356a7

Please sign in to comment.