Skip to content

Commit

Permalink
release 9.20.2 (#1299)
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehobbsdev authored Feb 28, 2023
1 parent ad6901e commit 7a40a58
Show file tree
Hide file tree
Showing 26 changed files with 566 additions and 400 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v9.20.2](https://github.com/auth0/auth0.js/tree/v9.20.2) (2023-02-28)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.20.1...v9.20.2)

**Fixed**
- fix(docs): document `error()` option for `renderCaptcha()` [\#1290](https://github.com/auth0/auth0.js/pull/1290) ([pmalouin](https://github.com/pmalouin))

**Security**
- chore: update superagent to 7.1.5 [\#1296](https://github.com/auth0/auth0.js/pull/1296) ([stevehobbsdev](https://github.com/stevehobbsdev))

## [v9.20.1](https://github.com/auth0/auth0.js/tree/v9.20.1) (2023-01-12)

[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.20.0...v9.20.1)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ From CDN:

```html
<!-- Latest patch release -->
<script src="https://cdn.auth0.com/js/auth0/9.20.1/auth0.min.js"></script>
<script src="https://cdn.auth0.com/js/auth0/9.20.2/auth0.min.js"></script>
```

From [npm](https://npmjs.org):
Expand Down
Loading

0 comments on commit 7a40a58

Please sign in to comment.