chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-02-05 13:50:43 +00:00 committed by Joakim Carlstein
parent f8a5cc728d
commit ff89dd4f86
31 changed files with 93 additions and 76 deletions

View file

@ -1,5 +1,11 @@
# @emigrate/types
## 0.12.0
### Minor Changes
- 94ad9fe: Remove the "remove" command specific reporter methods. So instead of using `onMigrationRemoveStart`, `onMigrationRemoveSuccess` and `onMigrationRemoveError` the `onMigrationStart`, `onMigrationSuccess` and `onMigrationError` methods should be used and the reporter can still format the output differently depending on the current command (which it receives in the `onInit` method). This is a BREAKING CHANGE.
## 0.11.0
### Minor Changes