diff options
author | 2022-04-21 14:08:37 -0400 | |
---|---|---|
committer | 2022-04-21 14:08:37 -0400 | |
commit | bd66527e7d4c292f2a719e534ff5bae5b792b89f (patch) | |
tree | 701ec0786ce08626632b57487b63cf5aab7d4724 /examples/with-markdown-plugins | |
parent | c4203ce0fc15dfce10b0bcbb174ba12b5fe7f398 (diff) | |
download | astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.gz astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.tar.zst astro-bd66527e7d4c292f2a719e534ff5bae5b792b89f.zip |
[ci] release (#3169)astro@1.0.0-beta.16
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 a1a791706..ac333f5cb 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.15", + "astro": "^1.0.0-beta.16", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |