chore(release): version packages
This commit is contained in:
parent
c838ffb7f3
commit
0360d0b82f
15 changed files with 33 additions and 48 deletions
|
|
@ -1,5 +1,11 @@
|
|||
# @emigrate/mysql
|
||||
|
||||
## 0.2.7
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 198aa54: Unreference all connections automatically so that they don't hinder the process from exiting. This is especially needed in Bun environments as it seems to handle sockets differently regarding this matter than NodeJS.
|
||||
|
||||
## 0.2.6
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@emigrate/mysql",
|
||||
"version": "0.2.6",
|
||||
"version": "0.2.7",
|
||||
"publishConfig": {
|
||||
"access": "public",
|
||||
"provenance": true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue