Skip to content

Commit 54d5e5e

Browse files
committed
Release Notes
1 parent 8cf6a82 commit 54d5e5e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

changelogs/drizzle-orm/0.38.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Closed [[FEATURE]: Add more flexible typing for usage with exactOptionalPropertyTypes](https://github.com/drizzle-team/drizzle-orm/issues/2742)

drizzle-orm/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-orm",
3-
"version": "0.38.0",
3+
"version": "0.38.1",
44
"description": "Drizzle ORM package for SQL databases",
55
"type": "module",
66
"scripts": {
@@ -204,4 +204,4 @@
204204
"zod": "^3.20.2",
205205
"zx": "^7.2.2"
206206
}
207-
}
207+
}

0 commit comments

Comments
 (0)