diff options
author | 2022-03-28 16:52:23 -0400 | |
---|---|---|
committer | 2022-03-28 16:52:23 -0400 | |
commit | 8b7220f5e47782bcb1713479fd829a1dfc9fff6d (patch) | |
tree | 2ea65d72773326efbc3c82c6fabf5eeb1a223e2d /examples/blog-multiple-authors | |
parent | 5c9312620d00827ca783bc319e3f5376dd6cecd2 (diff) | |
download | astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.gz astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.tar.zst astro-8b7220f5e47782bcb1713479fd829a1dfc9fff6d.zip |
[ci] release (#2919)astro@0.25.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index a4fe9ae2a..26a149981 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/preact": "^0.0.2", - "astro": "^0.25.2", + "astro": "^0.25.3", "sass": "^1.49.9" }, "dependencies": { |