diff options
author | 2022-04-10 20:01:00 -0700 | |
---|---|---|
committer | 2022-04-10 20:01:00 -0700 | |
commit | 46f02d9cf481a650b31c870931ad6b726e5ed6c9 (patch) | |
tree | 33c30869c545ad6526908bfd4f1e383d606ac1d3 /examples/with-markdown-plugins | |
parent | 9f9189ed8ed5b1da72592ae404ebb14d0b2b299e (diff) | |
download | astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.gz astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.tar.zst astro-46f02d9cf481a650b31c870931ad6b726e5ed6c9.zip |
[ci] release (#3060)
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 d0f7bfff1..025d7cd57 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^0.8.1", - "astro": "^1.0.0-beta.5", + "astro": "^1.0.0-beta.6", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |