Skip to content

Commit ebf8193

Browse files
authored
Merge pull request #9 from udecode/changeset-release/main
2 parents 23ec28b + 76c0448 commit ebf8193

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.changeset/minor-session-improvements.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# better-auth-convex
22

3+
## 0.3.0
4+
5+
### Minor Changes
6+
7+
- 23ec28b: - Fix `sortBy` direction handling in query generation - now correctly applies ascending order when specified
8+
- fix: use jwt session id for `getSession`, `getHeaders` state
9+
310
## 0.2.2
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-auth-convex",
3-
"version": "0.2.2",
3+
"version": "0.3.0",
44
"description": "Better Auth Convex local integration",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)