diff options
author | 2022-09-12 12:08:39 -0700 | |
---|---|---|
committer | 2022-09-12 15:08:39 -0400 | |
commit | 56e225b41a309bfe20dc41e2988b9883fe5cfb13 (patch) | |
tree | af0206fd2f958689edcbc8bfe654aeea2e321db3 /examples/with-markdown-plugins | |
parent | 6e1d62fe222e45b763b2b60b377b07e431950d54 (diff) | |
download | astro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.tar.gz astro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.tar.zst astro-56e225b41a309bfe20dc41e2988b9883fe5cfb13.zip |
[ci] release (#4707)astro@1.2.2@astrojs/vue@1.0.2@astrojs/vercel@2.0.0@astrojs/rss@1.0.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 0039219ae..a48398075 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.2.1", + "astro": "^1.2.2", "@astrojs/markdown-remark": "^1.1.0", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", |