Skip to content

Commit

Permalink
4.26.4
Browse files Browse the repository at this point in the history
[Full Changelog](v4.26.3...v4.26.4)

**Merged Pull Requests**

- Update ApplePayPaymentAuthorizedEvent type to match actual object shape [#867](#867) ([shin-](https://github.com/shin-))
- refactor rjs to resolve button reload error and add types [#866](#866) ([jsanderson1130](https://github.com/jsanderson1130))
- Instantiates events only on demand [#865](#865) ([chrissrogers](https://github.com/chrissrogers))

##### Minified MD5 Checksum
```
7d8f7e262dd874c99ecdea703abf881a ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
jq8kexKDtApgMeyCW5VrVbH7aOP1s40MsXVBrT/BBReWGolXCFMGSE6qzN9rFLda
```
  • Loading branch information
Lib Cat committed Jan 24, 2024
1 parent 42930a1 commit 6a42eae
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v4.26.4](https://github.com/recurly/recurly-js/tree/v4.26.4) (2024-01-24)

[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.26.3...v4.26.4)


**Merged Pull Requests**

- Update ApplePayPaymentAuthorizedEvent type to match actual object shape [#867](https://github.com/recurly/recurly-js/pull/867) ([shin-](https://github.com/shin-))
- refactor rjs to resolve button reload error and add types [#866](https://github.com/recurly/recurly-js/pull/866) ([jsanderson1130](https://github.com/jsanderson1130))
- Instantiates events only on demand [#865](https://github.com/recurly/recurly-js/pull/865) ([chrissrogers](https://github.com/chrissrogers))



## [v4.26.3](https://github.com/recurly/recurly-js/tree/v4.26.3) (2023-11-28)

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

0 comments on commit 6a42eae

Please sign in to comment.