Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': minor
----
-
-feat: stream file uploads inside `form` remote functions allowing form data to be accessed before large files finish uploading
# @sveltejs/kit
+## 2.49.0
+### Minor Changes
+
+
+- feat: stream file uploads inside `form` remote functions allowing form data to be accessed before large files finish uploading ([#14775](https://github.com/sveltejs/kit/pull/14775))
+
## 2.48.8
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.48.8",
+ "version": "2.49.0",
"description": "SvelteKit is the fastest way to build Svelte apps",
"keywords": [
"framework",
// generated during release, do not modify
/** @type {string} */
-export const VERSION = '2.48.8';
+export const VERSION = '2.49.0';