Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: suppress `state_referenced_locally` warnings in `.svelte-kit/generated/root.svelte`
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: TypeError when doing response.clone() in page load
# @sveltejs/kit
+## 2.49.1
+### Patch Changes
+
+
+- fix: suppress `state_referenced_locally` warnings in `.svelte-kit/generated/root.svelte` ([#15013](https://github.com/sveltejs/kit/pull/15013))
+
+
+- fix: TypeError when doing response.clone() in page load ([#15005](https://github.com/sveltejs/kit/pull/15005))
+
## 2.49.0
### Minor Changes
{
"name": "@sveltejs/kit",
- "version": "2.49.0",
+ "version": "2.49.1",
"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.0';
+export const VERSION = '2.49.1';