diff options
author | 2024-03-04 03:09:24 -0800 | |
---|---|---|
committer | 2024-03-04 03:09:24 -0800 | |
commit | 5afc8f2088e4489ff1b2c4fd9859195a75477f67 (patch) | |
tree | 0a359ce91af8d58c63cfa7f91e3afaccc15d7a0f /examples/blog | |
parent | 725f83fdb936cedf5dc720b87a148323bb92b733 (diff) | |
download | astro-5afc8f2088e4489ff1b2c4fd9859195a75477f67.tar.gz astro-5afc8f2088e4489ff1b2c4fd9859195a75477f67.tar.zst astro-5afc8f2088e4489ff1b2c4fd9859195a75477f67.zip |
[ci] release (#10306)astro@4.4.10@astrojs/db@0.6.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 95f9cf227..92d9ae3fc 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.1.1", - "astro": "^4.4.9" + "astro": "^4.4.10" } } |