diff --git a/changelogs/drizzle-orm/0.32.2.md b/changelogs/drizzle-orm/0.32.2.md new file mode 100644 index 000000000..9ce68473c --- /dev/null +++ b/changelogs/drizzle-orm/0.32.2.md @@ -0,0 +1,4 @@ +- Fix AWS Data API type hints bugs in RQB +- Fix set transactions in MySQL bug - thanks @roguesherlock +- Add forwaring dependencies within useLiveQuery, fixes [#2651](https://github.com/drizzle-team/drizzle-orm/issues/2651) - thanks @anstapol +- Export additional types from SQLite package, like `AnySQLiteUpdate` - thanks @veloii \ No newline at end of file diff --git a/drizzle-orm/package.json b/drizzle-orm/package.json index 74c3726f7..9b0db78bc 100644 --- a/drizzle-orm/package.json +++ b/drizzle-orm/package.json @@ -1,6 +1,6 @@ { "name": "drizzle-orm", - "version": "0.32.1", + "version": "0.32.2", "description": "Drizzle ORM package for SQL databases", "type": "module", "scripts": {