diff options
author | 2024-02-12 06:25:50 -0800 | |
---|---|---|
committer | 2024-02-12 14:25:50 +0000 | |
commit | 7371e1b5fc980ef625f0ff28f089a229451dfb4a (patch) | |
tree | fd42753f2e42ee23261ae47402615a936c36b8b9 /examples/blog | |
parent | 1b528d2e500ea473ae5471e357eafa0097bd6579 (diff) | |
download | astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.gz astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.tar.zst astro-7371e1b5fc980ef625f0ff28f089a229451dfb4a.zip |
[ci] release (#10029)astro@4.3.6@astrojs/markdoc@0.9.0
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 1cec634a9..fc0f290a5 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^2.1.1", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.0.5", - "astro": "^4.3.5" + "astro": "^4.3.6" } } |