diff options
author | 2023-09-04 02:09:43 -0700 | |
---|---|---|
committer | 2023-09-04 10:09:43 +0100 | |
commit | e43ae88528d536237266d6eccce2d714d2ac936a (patch) | |
tree | 0fd0a13976d39a84cd86444a21d8524b5fe99f71 /examples/with-markdown-plugins | |
parent | 362491b8da33317c9a1116fbd5a648184b9b3c7f (diff) | |
download | astro-e43ae88528d536237266d6eccce2d714d2ac936a.tar.gz astro-e43ae88528d536237266d6eccce2d714d2ac936a.tar.zst astro-e43ae88528d536237266d6eccce2d714d2ac936a.zip |
[ci] release (#8372)astro@3.0.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 1b9b571be..85f4f8ee6 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.0.0", - "astro": "^3.0.7", + "astro": "^3.0.8", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |