diff options
author | 2021-12-02 17:45:56 -0500 | |
---|---|---|
committer | 2021-12-02 17:45:56 -0500 | |
commit | 787e4e6497811b183207a5b45a973b06b382192f (patch) | |
tree | 47770f7d4465db979db08f193b1164b48dee026a /examples/docs | |
parent | 11798a3209521664e02989e5ea3e791c8c5fb036 (diff) | |
download | astro-787e4e6497811b183207a5b45a973b06b382192f.tar.gz astro-787e4e6497811b183207a5b45a973b06b382192f.tar.zst astro-787e4e6497811b183207a5b45a973b06b382192f.zip |
chore: release (#2098)astro@0.21.8
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/docs')
-rw-r--r-- | examples/docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/docs/package.json b/examples/docs/package.json index aef23e7c1..4fc40a1dc 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,7 +12,7 @@ "@docsearch/react": "^1.0.0-alpha.27" }, "devDependencies": { - "astro": "^0.21.7", + "astro": "^0.21.8", "@snowpack/plugin-dotenv": "^2.1.0" } } |