chore(release): version packages

This commit is contained in:
github-actions[bot] 2024-01-23 10:37:12 +00:00 committed by Joakim Carlstein
parent b56b6daf73
commit 986456b038
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +1,11 @@
# @emigrate/cli
## 0.16.2
### Patch Changes
- b56b6da: Handle migration history entries without file extensions for migration files with periods in their names that are not part of the file extension. Previously Emigrate would attempt to re-run these migrations, but now it will correctly ignore them. E.g. the migration history contains an entry for "migration.file.name" and the migration file is named "migration.file.name.js" it will not be re-run.
## 0.16.1
### Patch Changes