Skip to content

Commit

Permalink
Release v9.26.1 (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
nandan-bhat committed May 20, 2024
1 parent c004705 commit b960ee7
Show file tree
Hide file tree
Showing 27 changed files with 315 additions and 777 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v9.26.0
v9.26.1
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [v9.26.1](https://github.com/auth0/auth0.js/tree/v9.26.1) (2024-05-20)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.26.0...v9.26.1)

**Fixed**
- Call done callback once Arkose is ready [\#1433](https://github.com/auth0/auth0.js/pull/1433) ([srijonsaha](https://github.com/srijonsaha))

## [v9.26.0](https://github.com/auth0/auth0.js/tree/v9.26.0) (2024-04-30)

[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.25.0...v9.26.0)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From CDN:

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

From [npm](https://npmjs.org):
Expand Down
Loading

0 comments on commit b960ee7

Please sign in to comment.