diff options
author | 2022-01-20 19:23:30 -0500 | |
---|---|---|
committer | 2022-01-20 19:23:30 -0500 | |
commit | 4c802e25a08d53365899808d84bab17b36502bba (patch) | |
tree | 544a3b05dcca4b571fc7d741e0da0e475890842e /examples/blog-multiple-authors/package.json | |
parent | f5adc023b2081cf23bfc2d2b963722fde3110730 (diff) | |
download | astro@0.22.17.tar.gz astro@0.22.17.tar.zst astro@0.22.17.zip |
[ci] release (#2433)create-astro@0.7.1astro@0.22.17
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog-multiple-authors/package.json')
-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 847c755f6..4b09dee3d 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.16" + "astro": "^0.22.17" } } |