chore(release): version packages (#43)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joakim Carlstein 2023-12-15 14:43:10 +01:00 committed by GitHub
parent cae6d11d53
commit 987374dbd5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 82 additions and 38 deletions

View file

@ -1,5 +1,21 @@
# @emigrate/cli
## 0.10.0
### Minor Changes
- cae6d11: Make Emigrate Error instances deserializable using the serialize-error package, and also switch to its serializeError method
- cae6d11: Adapt to the new discriminating union types in @emigrate/types
### Patch Changes
- cae6d11: Shutdown the storage correctly in case of directory or file reading errors
- Updated dependencies [cae6d11]
- Updated dependencies [cae6d11]
- Updated dependencies [cae6d11]
- @emigrate/types@0.8.0
- @emigrate/plugin-tools@0.8.0
## 0.9.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/cli",
"version": "0.9.0",
"version": "0.10.0",
"publishConfig": {
"access": "public"
},