From 424d3e990346bfb8ec00a62e238e731d11f7d6eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 18 Jan 2024 14:19:02 +0000 Subject: [PATCH] chore(release): version packages --- .changeset/real-parrots-chew.md | 5 ----- packages/cli/CHANGELOG.md | 6 ++++++ packages/cli/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/real-parrots-chew.md 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" },