diff options
author | 2024-08-01 02:55:37 -0700 | |
---|---|---|
committer | 2024-08-01 11:55:37 +0200 | |
commit | 4474887937a9f635d8cc5180e52c68ecdf33a1a9 (patch) | |
tree | c961b62d9cb659d91b754e0a7eed3fc2d5cf7b7c /examples/blog | |
parent | 6aaeec5034cabf6a83e1949ec1ca8f50e7978cc1 (diff) | |
download | astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.gz astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.tar.zst astro-4474887937a9f635d8cc5180e52c68ecdf33a1a9.zip |
[ci] release (#11578)astro@4.13.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 6f2d524dc..eda760f29 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.3" + "astro": "^4.13.0" } } |