diff options
author | 2023-11-10 06:10:04 -0800 | |
---|---|---|
committer | 2023-11-10 09:10:04 -0500 | |
commit | 5db28e90d03bd4dfd05aab743c647f689e349cf2 (patch) | |
tree | aa47a5153f58b1250dd6ff0461bbe48464741570 /examples/with-markdown-plugins | |
parent | 15b84ccb9859b070e30030015fca0de090a7b079 (diff) | |
download | astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.gz astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.tar.zst astro-5db28e90d03bd4dfd05aab743c647f689e349cf2.zip |
[ci] release (#9038)astro@3.5.1
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 8d1bfeea8..e7d92f817 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.4.0", - "astro": "^3.5.0", + "astro": "^3.5.1", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |