Skip to content

Commit 382df0c

Browse files
Release v9.30.0
1 parent aa5e4e5 commit 382df0c

27 files changed

Lines changed: 368 additions & 127 deletions

.version

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

CHANGELOG.md

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

3+
## [v9.30.0](https://github.com/auth0/auth0.js/tree/v9.30.0) (2026-01-09)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.29.1...v9.30.0)
5+
6+
**Added**
7+
- feat: Improve error handling when login fails after signup [\#1552](https://github.com/auth0/auth0.js/pull/1552) ([amitsingh05667](https://github.com/amitsingh05667))
8+
- fix: convert mock files to ES module exports [\#1563](https://github.com/auth0/auth0.js/pull/1563) ([amitsingh05667](https://github.com/amitsingh05667))
9+
310
## [v9.29.1](https://github.com/auth0/auth0.js/tree/v9.29.1) (2025-12-17)
411
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.29.0...v9.29.1)
512

README.md

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

2525
```html
2626
<!-- Latest patch release -->
27-
<script src="https://cdn.auth0.com/js/auth0/9.29.1/auth0.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/auth0/9.30.0/auth0.min.js"></script>
2828
```
2929

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

0 commit comments

Comments
 (0)