summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/astro/CHANGELOG.md6
-rw-r--r--packages/astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/astro/CHANGELOG.md b/packages/astro/CHANGELOG.md
index 39b35d3a0..d1bcca3af 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.21.0-next.5
+
+### Patch Changes
+
+- 0f9c1910: Fixes routing regression in next.4. Subpath support was inadvertedly prevent any non-index routes from working when not using a subpath.
+
## 0.21.0-next.4
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 6068690cd..65dc24a64 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.21.0-next.4",
+ "version": "0.21.0-next.5",
"author": "Skypack",
"license": "MIT",
"type": "module",