diff options
author | 2022-05-04 08:59:10 -0400 | |
---|---|---|
committer | 2022-05-04 08:59:10 -0400 | |
commit | 9b6a2e2d87372dd54cf7557ab62d9366f73da082 (patch) | |
tree | d7ddeb5035a257cd3e3308b488a402139b5b8b75 /examples/with-markdown-plugins | |
parent | 757790f4e82a9894300b29d2468c19ef65dc1e1f (diff) | |
download | astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.gz astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.tar.zst astro-9b6a2e2d87372dd54cf7557ab62d9366f73da082.zip |
[ci] release (#3288)astro@1.0.0-beta.24
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 a1542edd0..42bc697b3 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.23", + "astro": "^1.0.0-beta.24", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |