Skip to content

Commit f2135dc

Browse files
Release v9.29.0 (#1525)
2 parents 60b4e32 + 32f5914 commit f2135dc

27 files changed

+6600
-7256
lines changed

.version

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

CHANGELOG.md

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

3+
## [v9.29.0](https://github.com/auth0/auth0.js/tree/v9.29.0) (2025-10-06)
4+
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.28.0...v9.29.0)
5+
6+
**Added**
7+
- docs(core): fix missing captcha param in signup method jsdoc #1471 [\#1522](https://github.com/auth0/auth0.js/pull/1522) ([amitsingh05667](https://github.com/amitsingh05667))
8+
- feat: add Claude Code PR Review workflow [\#1517](https://github.com/auth0/auth0.js/pull/1517) ([amitsingh05667](https://github.com/amitsingh05667))
9+
- Add a Refresh Token example using MRRT [\#1499](https://github.com/auth0/auth0.js/pull/1499) ([ivan-vazquez](https://github.com/ivan-vazquez))
10+
- Add refresh token example [\#1496](https://github.com/auth0/auth0.js/pull/1496) ([arpit-jn](https://github.com/arpit-jn))
11+
- Add a Refresh Token example [\#1488](https://github.com/auth0/auth0.js/pull/1488) ([ivan-vazquez](https://github.com/ivan-vazquez))
12+
13+
**Fixed**
14+
- fix: replace deprecated @babel/polyfill with modern core-js approach [\#1497](https://github.com/auth0/auth0.js/pull/1497) ([harekrishnarai](https://github.com/harekrishnarai))
15+
316
## [v9.28.0](https://github.com/auth0/auth0.js/tree/v9.28.0) (2024-10-21)
417
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.27.0...v9.28.0)
518

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

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

0 commit comments

Comments
 (0)