diff options
author | 2022-01-07 09:44:14 -0500 | |
---|---|---|
committer | 2022-01-07 09:44:14 -0500 | |
commit | 4c826ad5b56dd947eb55bbcc11b369420b2ae7fc (patch) | |
tree | 03ccb2c00a4e6710e708ebeca925d6f2acf92e29 /examples/with-markdown-plugins | |
parent | d970b71af942e76ee63fbe6542a787f4315bea1c (diff) | |
download | astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.gz astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.tar.zst astro-4c826ad5b56dd947eb55bbcc11b369420b2ae7fc.zip |
[ci] release (#2333)astro@0.22.8
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 6c9236302..ae85a12d9 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.7", + "astro": "^0.22.8", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |