We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0fb7d1 commit 9a970d7Copy full SHA for 9a970d7
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 0.11.2
4
+
5
+- fix: return dates as numbers from customTransformOutput (#298)
6
+- fix(adapter): match composite index fields by real names (#297)
7
8
## 0.11.1
9
10
- chore: add missing generated types
package.json
@@ -6,7 +6,7 @@
"bugs": {
"url": "https://github.com/get-convex/better-auth/issues"
},
- "version": "0.11.1",
+ "version": "0.11.2",
"license": "Apache-2.0",
11
"keywords": [
12
"convex",
0 commit comments