Skip to content

Commit cf176a2

Browse files
Release v9.32.1
1 parent 9cad7a6 commit cf176a2

27 files changed

+45
-39
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v9.32.0
1+
v9.32.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.32.1](https://github.com/auth0/auth0.js/tree/v9.32.1) (2026-03-26)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.32.0...v9.32.1)
5+
6+
**Fixed**
7+
- chore: update @auth0/component-cdn-uploader to version 3.0.2 [\#1618](https://github.com/auth0/auth0.js/pull/1618) ([amitsingh05667](https://github.com/amitsingh05667))
8+
39
## [v9.32.0](https://github.com/auth0/auth0.js/tree/v9.32.0) (2026-03-25)
410
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.31.0...v9.32.0)
511

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.32.0/auth0.min.js"></script>
27+
<script src="https://cdn.auth0.com/js/auth0/9.32.1/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.32.0
2+
* auth0-js v9.32.1
33
* Author: Auth0
4-
* Date: 2026-03-25
4+
* Date: 2026-03-26
55
* License: MIT
66
*/
77

@@ -6047,7 +6047,7 @@
60476047
if (hasRequiredVersion) return version$1;
60486048
hasRequiredVersion = 1;
60496049
version$1 = {
6050-
raw: '9.32.0'
6050+
raw: '9.32.1'
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.32.0
2+
* auth0-js v9.32.1
33
* Author: Auth0
4-
* Date: 2026-03-25
4+
* Date: 2026-03-26
55
* License: MIT
66
*/
77

@@ -52,7 +52,7 @@
5252
if (hasRequiredVersion) return version$1;
5353
hasRequiredVersion = 1;
5454
version$1 = {
55-
raw: '9.32.0'
55+
raw: '9.32.1'
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)