diff --git a/CHANGELOG.md b/CHANGELOG.md index c07e5b696..f99a9514a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index 654f516db..de7a5b1ab 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.22.4'; +module.exports = '4.22.5'; diff --git a/package-lock.json b/package-lock.json index 3e5255ad8..51a218258 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.22.4", + "version": "4.22.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.22.4", + "version": "4.22.5", "license": "MIT", "dependencies": { "array-unique": "^0.3.2", diff --git a/package.json b/package.json index edcd9b25d..00b94f805 100644 --- a/package.json +++ b/package.json @@ -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": {