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 91db8371e..eccfb1bf7 100644
--- a/packages/astro/CHANGELOG.md
+++ b/packages/astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# astro
+## 0.20.8
+
+### Patch Changes
+
+- 30835635: Fixed props shadowing
+
## 0.20.7
### Patch Changes
diff --git a/packages/astro/package.json b/packages/astro/package.json
index 7dcceda8e..5325dfd09 100644
--- a/packages/astro/package.json
+++ b/packages/astro/package.json
@@ -1,6 +1,6 @@
{
"name": "astro",
- "version": "0.20.7",
+ "version": "0.20.8",
"author": "Skypack",
"license": "MIT",
"type": "module",