diff options
author | 2021-12-02 17:45:56 -0500 | |
---|---|---|
committer | 2021-12-02 17:45:56 -0500 | |
commit | 787e4e6497811b183207a5b45a973b06b382192f (patch) | |
tree | 47770f7d4465db979db08f193b1164b48dee026a /examples/with-markdown-plugins | |
parent | 11798a3209521664e02989e5ea3e791c8c5fb036 (diff) | |
download | astro-787e4e6497811b183207a5b45a973b06b382192f.tar.gz astro-787e4e6497811b183207a5b45a973b06b382192f.tar.zst astro-787e4e6497811b183207a5b45a973b06b382192f.zip |
chore: release (#2098)astro@0.21.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 44eabcc62..e25affb8f 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.7", + "astro": "^0.21.8", "rehype-add-classes": "^1.0.0", "rehype-autolink-headings": "^6.1.0", "rehype-slug": "^5.0.0", |