diff --git a/CHANGELOG.md b/CHANGELOG.md index e2c47a9a..9a2b54d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,24 @@ # Changelog +## [v4.29.2](https://github.com/recurly/recurly-js/tree/v4.29.2) (2024-07-30) + +[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.1...v4.29.2) + + +**Merged Pull Requests** + +- Adds billing address override to CashApp implementation [#890](https://github.com/recurly/recurly-js/pull/890) ([chrissrogers](https://github.com/chrissrogers)) +- Small venmo tweaks for development debugging [#841](https://github.com/recurly/recurly-js/pull/841) ([douglasmiller](https://github.com/douglasmiller)) + +**Closed Issues** + +- SyntaxError: Invalid regular expression: missing terminating ] for character class [#880](https://github.com/recurly/recurly-js/issues/880) +- Recurly (3DS) in Test Mode with `` elements [#876](https://github.com/recurly/recurly-js/issues/876) +- Recurly-JS is no longer updating the DefinitelyTyped repo [#875](https://github.com/recurly/recurly-js/issues/875) +- Formatting on DefinitelyTyped update [#856](https://github.com/recurly/recurly-js/issues/856) +- Inconsistent Autofill behavior with Recurly.js Elements [#845](https://github.com/recurly/recurly-js/issues/845) + + ## [v4.29.1](https://github.com/recurly/recurly-js/tree/v4.29.1) (2024-07-16) [Full Changelog](https://github.com/recurly/recurly-js/compare/v4.29.0...v4.29.1) diff --git a/lib/recurly/version.js b/lib/recurly/version.js index b46cea1b..ca37293c 100644 --- a/lib/recurly/version.js +++ b/lib/recurly/version.js @@ -3,4 +3,4 @@ * Current package/component version. */ -module.exports = '4.29.1'; +module.exports = '4.29.2'; diff --git a/package-lock.json b/package-lock.json index 850e7d63..a80444b0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "recurly.js", - "version": "4.29.1", + "version": "4.29.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "recurly.js", - "version": "4.29.1", + "version": "4.29.2", "license": "MIT", "workspaces": [ "packages/*" diff --git a/package.json b/package.json index e35fe654..ed943e7a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "recurly.js", "description": "Zen subscription billing in the browser", - "version": "4.29.1", + "version": "4.29.2", "license": "MIT", "main": "recurly.js", "repository": {