chore(release): version packages (#28)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
3619d86750
commit
3b2b21f729
13 changed files with 49 additions and 20 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue