chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-19 12:28:36 +00:00 committed by Joakim Carlstein
parent 17c4723bb8
commit c284cc48d1
3 changed files with 8 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'@emigrate/postgres': minor
---
Implement the first version of the @emigrate/postgres plugin

View file

@ -0,0 +1,7 @@
# @emigrate/postgres
## 0.1.0
### Minor Changes
- 17c4723: Implement the first version of the @emigrate/postgres plugin

View file

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