Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: adjust query's promise implementation to properly allow chaining
+++ /dev/null
----
-'@sveltejs/kit': patch
----
-
-fix: make prerender cache work, including in development
# @sveltejs/kit
+## 2.48.4
+### Patch Changes
+
+
+- fix: adjust query's promise implementation to properly allow chaining ([#14859](https://github.com/sveltejs/kit/pull/14859))
+
+
+- fix: make prerender cache work, including in development ([#14860](https://github.com/sveltejs/kit/pull/14860))
+
## 2.48.3
### Patch Changes
{
"name": "@sveltejs/kit",
- "version": "2.48.3",
+ "version": "2.48.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.48.3';
+export const VERSION = '2.48.4';