diff options
author | 2023-11-21 06:52:08 -0800 | |
---|---|---|
committer | 2023-11-21 22:52:08 +0800 | |
commit | d9e72cea399c1426311faa2ac93ce66c89b5e7ac (patch) | |
tree | ceb47addbecdedc88ef7ba206f59752e2e82977e /examples/blog | |
parent | 7ab5137ba724781e8264a33f69ae65020c6549f0 (diff) | |
download | astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.tar.gz astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.tar.zst astro-d9e72cea399c1426311faa2ac93ce66c89b5e7ac.zip |
[ci] release (#9116)astro@3.5.6
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index afee1f028..152db79e7 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^1.1.5", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.3", - "astro": "^3.5.5" + "astro": "^3.5.6" } } |