Skip to content

Commit

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

**Merged Pull Requests**

- Adds hostname auth capability to Frame [#868](#868) ([chrissrogers](https://github.com/chrissrogers))

##### Minified MD5 Checksum
```
de31e773f394b24943a59bdec36d8593 ./build/recurly.min.js
```
##### [SRI Hash](https://www.srihash.org/)
```
JWdQwsRwusow3XnhRUpsePPe3U17C6mBzpostrVb4H2/izjBp74sppg6A+0fLOwK
```
  • Loading branch information
Lib Cat committed Jan 27, 2024
1 parent 6923627 commit 14e1121
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog

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

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


**Merged Pull Requests**

- Adds hostname auth capability to Frame [#868](https://github.com/recurly/recurly-js/pull/868) ([chrissrogers](https://github.com/chrissrogers))



## [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)
Expand Down
2 changes: 1 addition & 1 deletion lib/recurly/version.js
Expand Up @@ -3,4 +3,4 @@
* Current package/component version.
*/

module.exports = '4.26.4';
module.exports = '4.26.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
@@ -1,7 +1,7 @@
{
"name": "recurly.js",
"description": "Zen subscription billing in the browser",
"version": "4.26.4",
"version": "4.26.5",
"license": "MIT",
"main": "recurly.js",
"repository": {
Expand Down

0 comments on commit 14e1121

Please sign in to comment.