diff --git a/.changeset/gentle-yaks-cough.md b/.changeset/gentle-yaks-cough.md deleted file mode 100644 index 87769ca..0000000 --- a/.changeset/gentle-yaks-cough.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/mysql': patch ---- - -Unreference all connections when run using Bun, to not keep the process open unnecessarily long diff --git a/packages/mysql/CHANGELOG.md b/packages/mysql/CHANGELOG.md index c18a11d..a80e9ae 100644 --- a/packages/mysql/CHANGELOG.md +++ b/packages/mysql/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/mysql +## 0.3.2 + +### Patch Changes + +- 57498db: Unreference all connections when run using Bun, to not keep the process open unnecessarily long + ## 0.3.1 ### Patch Changes diff --git a/packages/mysql/package.json b/packages/mysql/package.json index e162e75..66fa554 100644 --- a/packages/mysql/package.json +++ b/packages/mysql/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/mysql", - "version": "0.3.1", + "version": "0.3.2", "publishConfig": { "access": "public", "provenance": true