diff --git a/.changeset/real-parrots-chew.md b/.changeset/real-parrots-chew.md deleted file mode 100644 index 6f5d15c..0000000 --- a/.changeset/real-parrots-chew.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': patch ---- - -Support stored migration histories that have only stored the migration file names without file extension and assume it's .js files in that case. This is to be compatible with a migration history generated by Immigration. diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index e8b08ff..5b991fd 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/cli +## 0.14.1 + +### Patch Changes + +- 73a8a42: Support stored migration histories that have only stored the migration file names without file extension and assume it's .js files in that case. This is to be compatible with a migration history generated by Immigration. + ## 0.14.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index a67ebdd..d85ddfb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.14.0", + "version": "0.14.1", "publishConfig": { "access": "public" },