Skip to content

Commit

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

**Merged Pull Requests**

- Worldpay 3ds prod fix [#717](#717) ([smagdicatrecurly](https://github.com/smagdicatrecurly))
- remove redirectURL from WorldpayStrategy [#714](#714) ([ajkelso](https://github.com/ajkelso))

##### Minified MD5 Checksum
```
c24c25586c018743ca926513af2f56ab ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
t1DECWC2rAVy6/6aKvv2l6nulxE+y3MqX0XrpZi2InE8xkChrEZt3JC/QHdaCZf4
```
  • Loading branch information
Recurly integrations committed Mar 31, 2022
1 parent 60ec429 commit 6d0a9b6
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [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)


**Merged Pull Requests**

- Worldpay 3ds prod fix [#717](https://github.com/recurly/recurly-js/pull/717) ([smagdicatrecurly](https://github.com/smagdicatrecurly))
- remove redirectURL from WorldpayStrategy [#714](https://github.com/recurly/recurly-js/pull/714) ([ajkelso](https://github.com/ajkelso))



## [v4.19.0](https://github.com/recurly/recurly-js/tree/v4.19.0) (2022-02-24)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.18.1...v4.19.0)
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.0';
module.exports = '4.19.1';
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.0",
"version": "4.19.1",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 6d0a9b6

Please sign in to comment.