Skip to content

Commit

Permalink
4.29.2
Browse files Browse the repository at this point in the history
[Full Changelog](v4.29.1...v4.29.2)

**Merged Pull Requests**

- Adds billing address override to CashApp implementation [#890](#890) ([chrissrogers](https://github.com/chrissrogers))
- Small venmo tweaks for development debugging [#841](#841) ([douglasmiller](https://github.com/douglasmiller))

**Closed Issues**

- SyntaxError: Invalid regular expression: missing terminating ] for character class [#880](#880)
- Recurly (3DS) in Test Mode with `<dialog />` elements [#876](#876)
- Recurly-JS is no longer updating the DefinitelyTyped repo [#875](#875)
- Formatting on DefinitelyTyped update [#856](#856)
- Inconsistent Autofill behavior with Recurly.js Elements [#845](#845)

##### Minified MD5 Checksum
```
3b362833dcadd2e6b87b06f217b1591a ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
IMfB8TGNE8AccY/XLO+r19nboApM3KhPF7e8WcxhLMUpJLR92z+p6n2XpmiaYjSJ
```
  • Loading branch information
Lib Cat committed Jul 30, 2024
1 parent c221c56 commit 1ea4ec5
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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 `<dialog />` 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)
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.29.1';
module.exports = '4.29.2';
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.29.1",
"version": "4.29.2",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 1ea4ec5

Please sign in to comment.