Skip to content

Commit 14e1121

Browse files
author
Lib Cat
committed
4.26.5
[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 ```
1 parent 6923627 commit 14e1121

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [v4.26.5](https://github.com/recurly/recurly-js/tree/v4.26.5) (2024-01-27)
4+
5+
[Full Changelog](https://github.com/recurly/recurly-js/compare/v4.26.4...v4.26.5)
6+
7+
8+
**Merged Pull Requests**
9+
10+
- Adds hostname auth capability to Frame [#868](https://github.com/recurly/recurly-js/pull/868) ([chrissrogers](https://github.com/chrissrogers))
11+
12+
13+
314
## [v4.26.4](https://github.com/recurly/recurly-js/tree/v4.26.4) (2024-01-24)
415

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

lib/recurly/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
* Current package/component version.
44
*/
55

6-
module.exports = '4.26.4';
6+
module.exports = '4.26.5';

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "recurly.js",
33
"description": "Zen subscription billing in the browser",
4-
"version": "4.26.4",
4+
"version": "4.26.5",
55
"license": "MIT",
66
"main": "recurly.js",
77
"repository": {

0 commit comments

Comments
 (0)