Skip to content

Commit

Permalink
4.22.6
Browse files Browse the repository at this point in the history
[Full Changelog](v4.22.5...v4.22.6)

**Merged Pull Requests**

- Set type of kount fraud_session_id input to 'hidden' [#774](#774) ([abachman](https://github.com/abachman))

**Closed Issues**

- Apple Pay via Braintree causes CSP violation [#767](#767)

##### Minified MD5 Checksum
```
d6d4c034a11fe8678290734e5736a52b ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
aTQJi5sedNZ07dI5FjEVTVXxpmuDefEOuSNLbIMg5R3tMTaSg9FgQJDvLmUtiv6f
```
  • Loading branch information
Recurly integrations committed Nov 17, 2022
1 parent 337b9a2 commit 6040853
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.22.5';
module.exports = '4.22.6';
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.22.5",
"version": "4.22.6",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 6040853

Please sign in to comment.