Skip to content

Commit f9cae78

Browse files
authored
Merge pull request #21 from udecode/changeset-release/main
2 parents 4fbcead + 21cf610 commit f9cae78

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/upgrade-peer-deps.md

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

.netrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
machine github.com
2+
login github-actions[bot]
3+
password ghs_1s6g86CMel5Lni71JPHDwAvUYiuRqG0wKuLy

CHANGELOG.md

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

3+
## 0.4.4
4+
5+
### Patch Changes
6+
7+
- [`b3ec361`](https://github.com/udecode/better-auth-convex/commit/b3ec361bfa310ba594af763436d1ea57e71a606e) Thanks [@zbeyens](https://github.com/zbeyens)! - Upgrade peer dependencies: `@convex-dev/better-auth@>=0.9.7`, `better-auth@>=1.3.34`, `convex@>=1.29.3`
8+
39
## 0.4.3
410

511
### Patch Changes
@@ -19,7 +25,7 @@
1925
internalMutationGeneric,
2026
customCtx(async (ctx) => ({
2127
db: triggers.wrapDB(ctx).db,
22-
}))
28+
})),
2329
);
2430

2531
// Pass to createClient

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.4.3",
3+
"version": "0.4.4",
44
"description": "Better Auth Convex local integration",
55
"keywords": [
66
"convex",

0 commit comments

Comments
 (0)