diff options
author | 2022-08-25 09:00:17 -0700 | |
---|---|---|
committer | 2022-08-25 12:00:17 -0400 | |
commit | 0b66ff39b8647d1e0b40f56125581d1f0d56a8f5 (patch) | |
tree | fa795a56e943773ee71ca339a6ee0e60e1c69ad8 /examples/with-markdown-plugins | |
parent | 47e71ae8f8735149facb34ce63d4d582f0dfd32e (diff) | |
download | astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.gz astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.tar.zst astro-0b66ff39b8647d1e0b40f56125581d1f0d56a8f5.zip |
[ci] release (#4453)astro@1.0.9
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 4dc89a07f..641b930a0 100644 --- a/examples/with-markdown-plugins/package.json +++ b/examples/with-markdown-plugins/package.json @@ -11,7 +11,7 @@ }, "devDependencies": { "@astrojs/markdown-remark": "^1.0.0", - "astro": "^1.0.8", + "astro": "^1.0.9", "hast-util-select": "5.0.1", "rehype-autolink-headings": "^6.1.1", "rehype-slug": "^5.0.1", |