diff --git a/.changeset/smooth-foxes-unite.md b/.changeset/smooth-foxes-unite.md deleted file mode 100644 index 599340c1b..000000000 --- a/.changeset/smooth-foxes-unite.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': minor ---- - -feat(cli): `npx sv create` now supports a new argument `--add` to add add-ons to the project in the same command. diff --git a/.changeset/wide-ducks-judge.md b/.changeset/wide-ducks-judge.md deleted file mode 100644 index 08e90179f..000000000 --- a/.changeset/wide-ducks-judge.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -feat(cli): show args used so that you can run the cli without any prompt next time diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 85a6100d0..e3b67e144 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,17 @@ # sv +## 0.10.0 +### Minor Changes + + +- feat(cli): `npx sv create` now supports a new argument `--add` to add add-ons to the project in the same command. ([#695](https://github.com/sveltejs/cli/pull/695)) + + +### Patch Changes + + +- feat(cli): show args used so that you can run the cli without any prompt next time ([#695](https://github.com/sveltejs/cli/pull/695)) + ## 0.9.15 ### Patch Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 45e256917..3d6420db1 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.9.15", + "version": "0.10.0", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",