diff options
author | 2022-01-14 16:19:25 -0500 | |
---|---|---|
committer | 2022-01-14 16:19:25 -0500 | |
commit | d3be8d944d9c572d52f3d25f609138e446bc4efa (patch) | |
tree | 08428c8f17e63b6f25d5f100093be6736e607351 /examples/with-markdown-plugins | |
parent | 72096858e888c408b74383aeebcdbac67636c9d2 (diff) | |
download | astro-d3be8d944d9c572d52f3d25f609138e446bc4efa.tar.gz astro-d3be8d944d9c572d52f3d25f609138e446bc4efa.tar.zst astro-d3be8d944d9c572d52f3d25f609138e446bc4efa.zip |
[ci] release (#2394)astro@0.22.13
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 ca8deaa92..8ec14eedc 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.12", + "astro": "^0.22.13", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |