From 31693ddb3c60029f50f719171ab74893eecb7e88 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 25 Jun 2024 06:23:35 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/gentle-yaks-cough.md | 5 ----- packages/mysql/CHANGELOG.md | 6 ++++++ packages/mysql/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/gentle-yaks-cough.md 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