diff options
author | 2023-09-08 07:08:35 -0700 | |
---|---|---|
committer | 2023-09-08 10:08:35 -0400 | |
commit | 0a2567c288bc2a3ccc92afd643944c9a4e6d604b (patch) | |
tree | f0781f9b47b520bc29d36f12434939b57f70b4d7 /examples/with-markdown-plugins | |
parent | b65e84d888cf0821c6125190927fdbf4945b1769 (diff) | |
download | astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.gz astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.zst astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.zip |
[ci] release (#8465)astro@3.0.12
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 b4e783b60..117811664 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -12,7 +12,7 @@ }, "dependencies": { "@astrojs/markdown-remark": "^3.1.0", - "astro": "^3.0.11", + "astro": "^3.0.12", "hast-util-select": "^5.0.5", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.1.0", |