Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Commit 4f31284

Browse files
authored
Merge pull request #29 from udecode/changeset-release/main
2 parents a962208 + 4ea5c44 commit 4f31284

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

.changeset/skip-validation.md

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

CHANGELOG.md

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

3+
## 0.4.9
4+
5+
### Patch Changes
6+
7+
- [#28](https://github.com/udecode/better-auth-convex/pull/28) [`8b845a2`](https://github.com/udecode/better-auth-convex/commit/8b845a2eec0eea03f66d76428e41d18e086775ee) Thanks [@zbeyens](https://github.com/zbeyens)! - Add `skipValidation` option to `createApi` for smaller generated types. When enabled, uses generic `v.any()` validators instead of typed validators. Since these are internal functions, validation is optional and this can significantly reduce bundle size.
8+
39
## 0.4.8
410

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

0 commit comments

Comments
 (0)