Skip to content

Commit c569760

Browse files
Release v9.32.0 (#1615)
2 parents 6da2ff6 + adf30e4 commit c569760

27 files changed

Lines changed: 44 additions & 39 deletions

.version

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

CHANGELOG.md

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

3+
## [v9.32.0](https://github.com/auth0/auth0.js/tree/v9.32.0) (2026-03-25)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.31.0...v9.32.0)
5+
6+
7+
38
## [v9.31.0](https://github.com/auth0/auth0.js/tree/v9.31.0) (2026-03-16)
49
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.30.1...v9.31.0)
510

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.31.0/auth0.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/auth0/9.32.0/auth0.min.js"></script>
2828
```
2929

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

dist/auth0.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* auth0-js v9.31.0
2+
* auth0-js v9.32.0
33
* Author: Auth0
4-
* Date: 2026-03-16
4+
* Date: 2026-03-25
55
* License: MIT
66
*/
77

@@ -6047,7 +6047,7 @@
60476047
if (hasRequiredVersion) return version$1;
60486048
hasRequiredVersion = 1;
60496049
version$1 = {
6050-
raw: '9.31.0'
6050+
raw: '9.32.0'
60516051
};
60526052
return version$1;
60536053
}

dist/auth0.min.esm.js

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

dist/auth0.min.esm.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/auth0.min.js

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

dist/auth0.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/cordova-auth0-plugin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
2-
* auth0-js v9.31.0
2+
* auth0-js v9.32.0
33
* Author: Auth0
4-
* Date: 2026-03-16
4+
* Date: 2026-03-25
55
* License: MIT
66
*/
77

@@ -52,7 +52,7 @@
5252
if (hasRequiredVersion) return version$1;
5353
hasRequiredVersion = 1;
5454
version$1 = {
55-
raw: '9.31.0'
55+
raw: '9.32.0'
5656
};
5757
return version$1;
5858
}

dist/cordova-auth0-plugin.min.js

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

0 commit comments

Comments
 (0)