diff options
author | 2022-01-28 20:06:07 -0500 | |
---|---|---|
committer | 2022-01-28 20:06:07 -0500 | |
commit | 1cac6c974a4bb296f67caf493a5d22549f3b851b (patch) | |
tree | 03e9cab30fc511bd5d716223afaaaec7d45d2865 /examples/with-markdown-plugins | |
parent | c7a6ed9a8df88fcc643ec2667627fbf9b670db53 (diff) | |
download | astro-1cac6c974a4bb296f67caf493a5d22549f3b851b.tar.gz astro-1cac6c974a4bb296f67caf493a5d22549f3b851b.tar.zst astro-1cac6c974a4bb296f67caf493a5d22549f3b851b.zip |
[ci] release (#2482)astro@0.22.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 6c0ea79f2..6a6b1f85c 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.22.19", + "astro": "^0.22.20", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |