Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b960ee7

Browse files
authoredMay 20, 2024
Release v9.26.1 (#1437)
1 parent c004705 commit b960ee7

27 files changed

+315
-777
lines changed
 

‎.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v9.26.0
1+
v9.26.1

‎CHANGELOG.md

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

3+
## [v9.26.1](https://github.com/auth0/auth0.js/tree/v9.26.1) (2024-05-20)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.26.0...v9.26.1)
5+
6+
**Fixed**
7+
- Call done callback once Arkose is ready [\#1433](https://github.com/auth0/auth0.js/pull/1433) ([srijonsaha](https://github.com/srijonsaha))
8+
39
## [v9.26.0](https://github.com/auth0/auth0.js/tree/v9.26.0) (2024-04-30)
410

511
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.25.0...v9.26.0)

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ From CDN:
2323

2424
```html
2525
<!-- Latest patch release -->
26-
<script src="https://cdn.auth0.com/js/auth0/9.26.0/auth0.min.js"></script>
26+
<script src="https://cdn.auth0.com/js/auth0/9.26.1/auth0.min.js"></script>
2727
```
2828

2929
From [npm](https://npmjs.org):

0 commit comments

Comments
 (0)
Please sign in to comment.