Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: support instrumentation for `vite preview`
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: support for `URLSearchParams.has(name, value)` overload
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: put forking behind `experimental.forkPreloads`
# @sveltejs/kit
+## 2.49.4
+### Patch Changes
+
+
+- fix: support instrumentation for `vite preview` ([#15105](https://github.com/sveltejs/kit/pull/15105))
+
+
+- fix: support for `URLSearchParams.has(name, value)` overload ([#15076](https://github.com/sveltejs/kit/pull/15076))
+
+
+- fix: put forking behind `experimental.forkPreloads` ([#15135](https://github.com/sveltejs/kit/pull/15135))
+
## 2.49.3
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.49.3",
+ "version": "2.49.4",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
// generated during release, do not modify
/** @type {string} */
-export const VERSION = '2.49.3';
+export const VERSION = '2.49.4';