chore(release): version packages (#28)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Joakim Carlstein 2023-12-08 11:14:45 +01:00 committed by GitHub
parent 3619d86750
commit 3b2b21f729
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 49 additions and 20 deletions

View file

@ -1,5 +1,12 @@
# @emigrate/plugin-tools
## 0.4.1
### Patch Changes
- 20ed2e8: Try importing plugins (and reporters) using prefixes before importing without, this is to avoid issue with accidentaly importing other non-emigrate related packages. E.g. setting the reporter to "pino" would import the "pino" package without this fix and will import "@emigrate/reporter-pino" with this fix.
- d916043: Fix a regression issue where plugins wasn't correctly loaded if specified as strings
## 0.4.0
### Minor Changes