Skip to content

Commit

Permalink
Bump version to 0.0.77
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasballinger committed Dec 15, 2024
1 parent 55d922a commit 4debc3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.0.77

- Fix syntax of an import to work with convex-test.

## 0.0.76

- Potentially BREAKING: For NextJS, switched to `path-to-regexp` 6.3.0 to avoid
Expand All @@ -11,6 +15,8 @@
- 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).
- Change in the logic for isAuthenticated for Next.js: it now involves a
server-side check.

## 0.0.75

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.76",
"version": "0.0.77",
"description": "Authentication for Convex",
"keywords": [
"authentication",
Expand Down

0 comments on commit 4debc3a

Please sign in to comment.