diff options
author | 2024-07-19 07:06:49 -0700 | |
---|---|---|
committer | 2024-07-19 10:06:49 -0400 | |
commit | a6c4e6754493e7af5c953b644c6a19461f15467b (patch) | |
tree | 96b42d592a19686ab4d2bbcd4d8355f649ec977a /examples/blog | |
parent | ca335e1dc09bc83d3f8f5b9dd54f116bcb4881e4 (diff) | |
download | astro-a6c4e6754493e7af5c953b644c6a19461f15467b.tar.gz astro-a6c4e6754493e7af5c953b644c6a19461f15467b.tar.zst astro-a6c4e6754493e7af5c953b644c6a19461f15467b.zip |
[ci] release (#11504)astro@4.12.2
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 d8c119068..f71948fb7 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -14,6 +14,6 @@ "@astrojs/mdx": "^3.1.3", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", - "astro": "^4.12.1" + "astro": "^4.12.2" } } |