Skip to content

Commit

Permalink
Release 1.19.1 (#1265)
Browse files Browse the repository at this point in the history
* Release 1.19.1

* chore: run npm update && npm audit fix
  • Loading branch information
Steve Hobbs authored Sep 9, 2022
1 parent 72c8552 commit c3f6e5a
Show file tree
Hide file tree
Showing 25 changed files with 1,671 additions and 1,400 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [v9.19.1](https://github.com/auth0/auth0.js/tree/v9.19.1) (2022-09-09)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.19.0...v9.19.1)

**Changed**
- Clean up old/missing library migration links [\#1256](https://github.com/auth0/auth0.js/pull/1256) ([stevehobbsdev](https://github.com/stevehobbsdev))
- Clarify usage of legacySameSiteCookie in readme [\#1255](https://github.com/auth0/auth0.js/pull/1255) ([stevehobbsdev](https://github.com/stevehobbsdev))

**Security**
- Security: Bump dev dependencies and update lockfile [\#1244](https://github.com/auth0/auth0.js/pull/1244) ([evansims](https://github.com/evansims))

## [v9.19.0](https://github.com/auth0/auth0.js/tree/v9.19.0) (2022-01-25)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v9.18.1...v9.19.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ From CDN:

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

From [npm](https://npmjs.org):
Expand Down
711 changes: 432 additions & 279 deletions dist/auth0.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/auth0.min.esm.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.esm.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/auth0.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/auth0.min.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit c3f6e5a

Please sign in to comment.