Skip to content

Commit 300fca6

Browse files
committed
Bump ORM version
1 parent c0e73de commit 300fca6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelogs/drizzle-orm/0.23.11.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
- 🐛 Fix migrator function for PostgreSQL
2+
3+
> Would suggest to upgrade to this version anyone who is using postgres dialect. `0.23.9` and `0.23.10` are broken for postgresql migrations

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.10",
3+
"version": "0.23.11",
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)