Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Dec 12, 2024
1 parent ff59ffd commit aa539cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

## 0.0.76

- Potentially BREAKING: For NextJS, switched to `path-to-regexp` 6.3.0 to
avoid ReDoS vulnerability. That version, while protected from the
vulnerability, has less expressive RegEx pattern support. If you are using
`createRouteMatcher` in middleware, It might not match some patterns
that were previously available in the 0.7.x series. See the docs for
supported patterns: https://www.npmjs.com/package/path-to-regexp/v/6.3.0.
- Upgraded to `@auth/core` 0.37.3.
- Potentially BREAKING: For NextJS, switched to `path-to-regexp` 6.3.0 to avoid
ReDoS vulnerability. That version, while protected from the vulnerability, has
less expressive RegEx pattern support. If you are using `createRouteMatcher`
in middleware, it might not match some patterns that were previously available
in the 0.7.x series. See the docs for supported patterns:
https://www.npmjs.com/package/path-to-regexp/v/6.3.0.
- Upgraded to `@auth/core` 0.37.3. You may need upgrade @auth/core to "~0.37.3".
- Updated OAuth integration docs for supported providers (available at
https://labs.convex.dev/auth/config/oauth).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@convex-dev/auth",
"version": "0.0.75",
"version": "0.0.76",
"description": "Authentication for Convex",
"keywords": [
"authentication",
Expand Down

0 comments on commit aa539cf

Please sign in to comment.