diff options
author | 2022-01-13 09:37:44 -0500 | |
---|---|---|
committer | 2022-01-13 09:37:44 -0500 | |
commit | 834e5299f1988e9df01166efe00a2369a045bed9 (patch) | |
tree | 534a5d086bacd76fc93d5173464ab0421062e2be /examples/docs | |
parent | a9b44f2936a5517487a781fc58add6fd327a3f22 (diff) | |
download | astro-834e5299f1988e9df01166efe00a2369a045bed9.tar.gz astro-834e5299f1988e9df01166efe00a2369a045bed9.tar.zst astro-834e5299f1988e9df01166efe00a2369a045bed9.zip |
[ci] release (#2366)astro@0.22.11
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 8faa2ab77..1267a66d3 100644 --- a/examples/docs/package.json +++ b/examples/docs/package.json @@ -12,6 +12,6 @@ "@docsearch/react": "^1.0.0-alpha.28" }, "devDependencies": { - "astro": "^0.22.10" + "astro": "^0.22.11" } } |