Skip to content

Commit

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

**Merged Pull Requests**

- Update Minimum Apple Pay Version to v4 [#773](#773) ([cbarton](https://github.com/cbarton))
- Replace denodeify [#772](#772) ([wsethbrown](https://github.com/wsethbrown))
- Revert "Cartes Bancaires and Co-Branding support" [#760](#760) ([douglaslise](https://github.com/douglaslise))
- Adding challenge window size selections [#757](#757) ([tilley-kyle](https://github.com/tilley-kyle))
- Replace $ExpectError with @ts-expect-error [#755](#755) ([douglasmiller](https://github.com/douglasmiller))
- Cartes Bancaires and Co-Branding support [#752](#752) ([douglaslise](https://github.com/douglaslise))

##### Minified MD5 Checksum
```
3de0375127fbb06cdb55891b8325e01e ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
sFGpZNF9UIheArQaqfoCcsjtNLf3pkooBhDnH9a539HPZrLk78IdZ5T1i/HCRJdU
```
  • Loading branch information
Recurly integrations committed Nov 14, 2022
1 parent 7586103 commit 3920bfe
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

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


**Merged Pull Requests**

- Update Minimum Apple Pay Version to v4 [#773](https://github.com/recurly/recurly-js/pull/773) ([cbarton](https://github.com/cbarton))
- Replace denodeify [#772](https://github.com/recurly/recurly-js/pull/772) ([wsethbrown](https://github.com/wsethbrown))
- Revert "Cartes Bancaires and Co-Branding support" [#760](https://github.com/recurly/recurly-js/pull/760) ([douglaslise](https://github.com/douglaslise))
- Adding challenge window size selections [#757](https://github.com/recurly/recurly-js/pull/757) ([tilley-kyle](https://github.com/tilley-kyle))
- Replace $ExpectError with @ts-expect-error [#755](https://github.com/recurly/recurly-js/pull/755) ([douglasmiller](https://github.com/douglasmiller))
- Cartes Bancaires and Co-Branding support [#752](https://github.com/recurly/recurly-js/pull/752) ([douglaslise](https://github.com/douglaslise))



## [v4.22.4](https://github.com/recurly/recurly-js/tree/v4.22.4) (2022-09-22)

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

0 comments on commit 3920bfe

Please sign in to comment.