From d99777820cec264c1e9c80b944a7485371303efa Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Wed, 15 Nov 2023 09:20:30 +0100 Subject: [PATCH] chore(release): version bump --- .changeset/little-moons-rush.md | 5 ----- .changeset/shaggy-doors-trade.md | 5 ----- packages/emigrate/CHANGELOG.md | 7 +++++++ packages/emigrate/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 .changeset/little-moons-rush.md delete mode 100644 .changeset/shaggy-doors-trade.md 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" },