We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3c700f commit 24e95b8Copy full SHA for 24e95b8
.changeset/pre.json
@@ -664,6 +664,7 @@
664
"spotty-timers-fix",
665
"stale-crabs-carry",
666
"stale-dodos-type",
667
+ "stale-dogs-rule",
668
"stale-geckos-call",
669
"stale-glasses-brake",
670
"stale-humans-cough",
packages/kit/CHANGELOG.md
@@ -1,5 +1,11 @@
1
# @sveltejs/kit
2
3
+## 1.0.0-next.297
4
+
5
+### Patch Changes
6
7
+- Return 404 when fetching missing data during prerender ([#4324](https://github.com/sveltejs/kit/pull/4324))
8
9
## 1.0.0-next.296
10
11
### Patch Changes
packages/kit/package.json
@@ -1,6 +1,6 @@
{
"name": "@sveltejs/kit",
- "version": "1.0.0-next.296",
+ "version": "1.0.0-next.297",
"repository": {
"type": "git",
"url": "https://github.com/sveltejs/kit",
0 commit comments