diff options
author | 2021-11-30 22:33:45 -0700 | |
---|---|---|
committer | 2021-11-30 22:33:45 -0700 | |
commit | 754ac42478fda5a4692a3d253e5803797138750d (patch) | |
tree | 7eaa538d9c648bd208df0c362ba43e3926db18c1 /examples/with-markdown-plugins | |
parent | 96ba37ef0266b2e920475fa232416fdbb88dc19e (diff) | |
download | astro-754ac42478fda5a4692a3d253e5803797138750d.tar.gz astro-754ac42478fda5a4692a3d253e5803797138750d.tar.zst astro-754ac42478fda5a4692a3d253e5803797138750d.zip |
[ci] release (#2059)astro@0.21.6
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 1d5472899..47c89023c 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.21.5", + "astro": "^0.21.6", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |