diff options
author | 2022-04-29 22:30:12 +0000 | |
---|---|---|
committer | 2022-04-29 22:30:12 +0000 | |
commit | 9984f8ea24cd2d8eee11e9da50b6d048a0fad52c (patch) | |
tree | e083142feab8798eeea4ef7ec8745d094eef9142 /examples/with-markdown-plugins | |
parent | 527a3634d4a7686544c95e984c1f82cb96c9f88a (diff) | |
download | astro-9984f8ea24cd2d8eee11e9da50b6d048a0fad52c.tar.gz astro-9984f8ea24cd2d8eee11e9da50b6d048a0fad52c.tar.zst astro-9984f8ea24cd2d8eee11e9da50b6d048a0fad52c.zip |
[ci] release (#3242)astro@1.0.0-beta.20
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 5b06d4672..5c3572c79 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.2", - "astro": "^1.0.0-beta.19", + "astro": "^1.0.0-beta.20", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |