diff --git a/.changeset/old-pigs-dance.md b/.changeset/old-pigs-dance.md deleted file mode 100644 index 95a0442..0000000 --- a/.changeset/old-pigs-dance.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@emigrate/cli': patch ---- - -Handle the case where the config is returned as an object with a nested `default` property diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index cdf27d5..8d872a9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @emigrate/cli +## 0.18.2 + +### Patch Changes + +- 4152209: Handle the case where the config is returned as an object with a nested `default` property + ## 0.18.1 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index bda6434..a7c0579 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@emigrate/cli", - "version": "0.18.1", + "version": "0.18.2", "publishConfig": { "access": "public", "provenance": true