We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea95533 commit c360734Copy full SHA for c360734
.changeset/good-beds-say.md
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 2.30.1
4
+### Patch Changes
5
+
6
7
+- chore: generate `$app/types` in a more Typescript-friendly way ([#14207](https://github.com/sveltejs/kit/pull/14207))
8
9
## 2.30.0
10
### Minor Changes
11
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "2.30.0",
+ "version": "2.30.1",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
packages/kit/src/version.js
@@ -1,4 +1,4 @@
// generated during release, do not modify
/** @type {string} */
-export const VERSION = '2.30.0';
+export const VERSION = '2.30.1';
0 commit comments