diff --git a/changelogs/drizzle-orm/0.32.1.md b/changelogs/drizzle-orm/0.32.1.md new file mode 100644 index 000000000..f7ff08b6f --- /dev/null +++ b/changelogs/drizzle-orm/0.32.1.md @@ -0,0 +1,5 @@ +- Fix typings for indexes and allow creating indexes on 3+ columns mixing columns and expressions - thanks @lbguilherme! +- Added support for "limit 0" in all dialects - closes [#2011](https://github.com/drizzle-team/drizzle-orm/issues/2011) - thanks @sillvva! +- Make inArray and notInArray accept empty list, closes [#1295](https://github.com/drizzle-team/drizzle-orm/issues/1295) - thanks @RemiPeruto! +- fix typo in lt typedoc - thanks @dalechyn! +- fix wrong example in README.md - thanks @7flash! \ No newline at end of file diff --git a/drizzle-orm/package.json b/drizzle-orm/package.json index fd57ac469..74c3726f7 100644 --- a/drizzle-orm/package.json +++ b/drizzle-orm/package.json @@ -1,6 +1,6 @@ { "name": "drizzle-orm", - "version": "0.32.0", + "version": "0.32.1", "description": "Drizzle ORM package for SQL databases", "type": "module", "scripts": {