diff options
author | 2022-01-05 11:20:39 -0500 | |
---|---|---|
committer | 2022-01-05 11:20:39 -0500 | |
commit | fa396750efb628942cfa6f35195bc12642e12e4d (patch) | |
tree | f6a4bc4a71e60feaf9ef5cb6f723a9a76d72607a /examples/docs | |
parent | 52c06d23fa632fb1b39c113560c92b5c3d2e3e6e (diff) | |
download | astro-fa396750efb628942cfa6f35195bc12642e12e4d.tar.gz astro-fa396750efb628942cfa6f35195bc12642e12e4d.tar.zst astro-fa396750efb628942cfa6f35195bc12642e12e4d.zip |
[ci] release (#2307)astro@0.22.6
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 1d149a949..f8acff60e 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.5" + "astro": "^0.22.6" } } |