diff options
author | 2022-05-05 09:56:45 -0400 | |
---|---|---|
committer | 2022-05-05 09:56:45 -0400 | |
commit | d0a4064d802604323ea806c538ba671a974f375d (patch) | |
tree | eac2c504334da4f39e06ea4bd0c3be06a2eb8721 /examples/with-markdown-plugins | |
parent | 3795785b2d5845ebce62f0b07a38566d4727f707 (diff) | |
download | astro-d0a4064d802604323ea806c538ba671a974f375d.tar.gz astro-d0a4064d802604323ea806c538ba671a974f375d.tar.zst astro-d0a4064d802604323ea806c538ba671a974f375d.zip |
[ci] release (#3293)astro@1.0.0-beta.25
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-plugins')
-rw-r--r-- | examples/with-markdown-plugins/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-plugins/package.json b/examples/with-markdown-plugins/package.json index 42bc697b3..3e54f2d4f 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.9.4", - "astro": "^1.0.0-beta.24", + "astro": "^1.0.0-beta.25", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |