chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-19 13:06:28 +00:00 committed by Joakim Carlstein
parent ce6946cac4
commit 747f9dbddb
17 changed files with 95 additions and 20 deletions

View file

@ -1,5 +1,16 @@
# @emigrate/storage-fs
## 0.4.0
### Minor Changes
- ce6946c: Emigrate supports Bun, make use of the `bun` key in package.json `exports`
### Patch Changes
- Updated dependencies [ce6946c]
- @emigrate/types@0.9.0
## 0.3.3
### Patch Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/storage-fs",
"version": "0.3.3",
"version": "0.4.0",
"publishConfig": {
"access": "public"
},