chore(release): version packages

This commit is contained in:
github-actions[bot] 2023-12-19 13:35:30 +00:00 committed by Joakim Carlstein
parent beb6cf7719
commit e67ce0de1e
15 changed files with 56 additions and 17 deletions

View file

@ -1,5 +1,11 @@
# @emigrate/reporter-pino
## 0.4.1
### Patch Changes
- 3a8b06b: Don't use the `bun` key in `exports` as that would mean we have to include both built files and source files in each package, which is a bit wasteful. Maybe reconsider in the future if we can package only source files.
## 0.4.0
### Minor Changes

View file

@ -1,6 +1,6 @@
{
"name": "@emigrate/reporter-pino",
"version": "0.4.0",
"version": "0.4.1",
"publishConfig": {
"access": "public"
},