chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-05 13:50:43 +00:00 committed by Joakim Carlstein
parent f8a5cc728d
commit ff89dd4f86
31 changed files with 93 additions and 76 deletions

View file

@ -1,5 +1,14 @@
# @emigrate/postgres
## 0.2.5
### Patch Changes
- f8a5cc7: Make sure the storage initialization crashes when a database connection can't be established
- Updated dependencies [94ad9fe]
- @emigrate/types@0.12.0
- @emigrate/plugin-tools@0.9.5
## 0.2.4
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/postgres",
"version": "0.2.4",
"version": "0.2.5",
"publishConfig": {
"access": "public"
},