Skip to content

Commit 28e16e5

Browse files
Release v9.27.0 (#1468)
1 parent 35105eb commit 28e16e5

27 files changed

+887
-255
lines changed

.version

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

CHANGELOG.md

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

3+
## [v9.27.0](https://github.com/auth0/auth0.js/tree/v9.27.0) (2024-09-27)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.26.1...v9.27.0)
5+
6+
**Added**
7+
- [IAMRISK-3539] Add challenge endpoint for signup [\#1467](https://github.com/auth0/auth0.js/pull/1467) ([TSLarson](https://github.com/TSLarson))
8+
9+
**Changed**
10+
- Update codeowner file with new GitHub team name [\#1452](https://github.com/auth0/auth0.js/pull/1452) ([stevenwong-okta](https://github.com/stevenwong-okta))
11+
312
## [v9.26.1](https://github.com/auth0/auth0.js/tree/v9.26.1) (2024-05-20)
413
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.26.0...v9.26.1)
514

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.1/auth0.min.js"></script>
26+
<script src="https://cdn.auth0.com/js/auth0/9.27.0/auth0.min.js"></script>
2727
```
2828

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

0 commit comments

Comments
 (0)