Skip to content

Commit

Permalink
4.20.0
Browse files Browse the repository at this point in the history
[Full Changelog](v4.19.1...v4.20.0)

**Merged Pull Requests**

- ApplePay through Braintree [#715](#715) ([cyberxander90](https://github.com/cyberxander90))

##### Minified MD5 Checksum
```
cc7382aab27c26e8ba55ca207ecfb3de ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
jNs3YIHLOQxe3jFvOkg7jAZAiHFI74G2hY41/CNtdiUP1GW7vd4JZDogItDf8XXT
```
  • Loading branch information
Recurly integrations committed Apr 28, 2022
1 parent 122302a commit 9e86d8d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 5 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [v4.20.0](https://github.com/recurly/recurly-js/tree/v4.20.0) (2022-04-28)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.19.1...v4.20.0)


**Merged Pull Requests**

- ApplePay through Braintree [#715](https://github.com/recurly/recurly-js/pull/715) ([cyberxander90](https://github.com/cyberxander90))



## [v4.19.1](https://github.com/recurly/recurly-js/tree/v4.19.1) (2022-03-31)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.19.0...v4.19.1)
Expand All @@ -19,7 +30,7 @@

**Merged Pull Requests**

- [FK-1277] Added Sofort selection form and validations [#707](https://github.com/recurly/recurly-js/pull/707) ([gilv93](https://github.com/gilv93))
- Added Sofort selection form and validations [#707](https://github.com/recurly/recurly-js/pull/707) ([gilv93](https://github.com/gilv93))
- IDeal and Sofort [#701](https://github.com/recurly/recurly-js/pull/701) ([cyberxander90](https://github.com/cyberxander90))
- Adding the eu api url for eu on rjs [#700](https://github.com/recurly/recurly-js/pull/700) ([flaviomuller](https://github.com/flaviomuller))

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.19.1';
module.exports = '4.20.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.19.1",
"version": "4.20.0",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 9e86d8d

Please sign in to comment.