Skip to content

Commit

Permalink
Added 0.32.2 release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
AndriiSherman committed Aug 5, 2024
1 parent 2795783 commit 7d2ae84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions changelogs/drizzle-orm/0.32.2.md
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion drizzle-orm/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 7d2ae84

Please sign in to comment.