diff --git a/.changeset/hot-roses-call.md b/.changeset/hot-roses-call.md deleted file mode 100644 index 6b56c3769..000000000 --- a/.changeset/hot-roses-call.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"sv": patch ---- - -chore(create): recommend the `kit.typescript.config` setting instead of copying from the generated config diff --git a/.changeset/stale-vans-wait.md b/.changeset/stale-vans-wait.md deleted file mode 100644 index cbddbcfc2..000000000 --- a/.changeset/stale-vans-wait.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'sv': patch ---- - -chore(devtools-json): update `vite-plugin-devtools-json` diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index c21e0bc2a..23c014b4d 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,14 @@ # sv +## 0.9.1 +### Patch Changes + + +- chore(create): recommend the `kit.typescript.config` setting instead of copying from the generated config ([#668](https://github.com/sveltejs/cli/pull/668)) + + +- chore(devtools-json): update `vite-plugin-devtools-json` ([#667](https://github.com/sveltejs/cli/pull/667)) + ## 0.9.0 ### Minor Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index 4d2d6d4d4..bd97a2914 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "sv", - "version": "0.9.0", + "version": "0.9.1", "type": "module", "description": "A CLI for creating and updating SvelteKit projects", "license": "MIT",