Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: Stop re-loading already-loaded CSS during server-side route resolution
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: posixify the instrumentation file import on Windows
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: Correctly handle shared memory when decoding binary form data
# @sveltejs/kit
+## 2.49.2
+### Patch Changes
+
+
+- fix: Stop re-loading already-loaded CSS during server-side route resolution ([#15014](https://github.com/sveltejs/kit/pull/15014))
+
+
+- fix: posixify the instrumentation file import on Windows ([#14993](https://github.com/sveltejs/kit/pull/14993))
+
+
+- fix: Correctly handle shared memory when decoding binary form data ([#15028](https://github.com/sveltejs/kit/pull/15028))
+
## 2.49.1
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.49.1",
+ "version": "2.49.2",
"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.1';
+export const VERSION = '2.49.2';