Skip to content

Commit 3a0b709

Browse files
committed
Bump ORM version
1 parent 09a5a3e commit 3a0b709

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelogs/drizzle-orm/0.23.8.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- 🎉 Fixed dates timezone differences for timestamps in Postgres and MySQL (contributed by @AppelBoomHD via #288)

drizzle-orm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "drizzle-orm",
3-
"version": "0.23.7",
3+
"version": "0.23.8",
44
"description": "Drizzle ORM package for SQL databases",
55
"scripts": {
66
"build": "tsc && resolve-tspaths && cp ../README.md package.json dist/",

0 commit comments

Comments
 (0)