diff --git a/.changeset/little-moons-rush.md b/.changeset/little-moons-rush.md deleted file mode 100644 index e782a15..0000000 --- a/.changeset/little-moons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'emigrate': minor ---- - -Add the "extension" option for the "new" command to be able to generate empty migration files without any plugin and template and still get the right file extension. It can also be used together with the "template" option to override the template file's file extension when saving the new migration file. diff --git a/.changeset/shaggy-doors-trade.md b/.changeset/shaggy-doors-trade.md deleted file mode 100644 index b5336ae..0000000 --- a/.changeset/shaggy-doors-trade.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'emigrate': minor ---- - -Support reading config from for instance emigrate.config.js diff --git a/packages/emigrate/CHANGELOG.md b/packages/emigrate/CHANGELOG.md index 45f7a2e..2977cc7 100644 --- a/packages/emigrate/CHANGELOG.md +++ b/packages/emigrate/CHANGELOG.md @@ -1,5 +1,12 @@ # emigrate +## 0.2.0 + +### Minor Changes + +- aa87800: Add the "extension" option for the "new" command to be able to generate empty migration files without any plugin and template and still get the right file extension. It can also be used together with the "template" option to override the template file's file extension when saving the new migration file. +- aa87800: Support reading config from for instance emigrate.config.js + ## 0.1.0 ### Minor Changes diff --git a/packages/emigrate/package.json b/packages/emigrate/package.json index ecdf2c5..f64aaa3 100644 --- a/packages/emigrate/package.json +++ b/packages/emigrate/package.json @@ -1,6 +1,6 @@ { "name": "emigrate", - "version": "0.1.0", + "version": "0.2.0", "publishConfig": { "access": "public" },