diff options
author | 2022-02-24 14:48:44 -0600 | |
---|---|---|
committer | 2022-02-24 14:48:44 -0600 | |
commit | e31246f7acba47c00d33e92a088eb2f94fa600ef (patch) | |
tree | 827b64817b9c7b3bec64d77cabab988627935627 /examples/with-markdown | |
parent | a0fc5cb5ff0003e9bb4b54cbf98035b1e0a6b113 (diff) | |
download | astro-e31246f7acba47c00d33e92a088eb2f94fa600ef.tar.gz astro-e31246f7acba47c00d33e92a088eb2f94fa600ef.tar.zst astro-e31246f7acba47c00d33e92a088eb2f94fa600ef.zip |
[ci] release (#2641)astro@0.23.1@astrojs/markdown-remark@0.6.2
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown')
-rw-r--r-- | examples/with-markdown/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json index 66594e35f..597e95b9c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -9,6 +9,6 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.0" + "astro": "^0.23.1" } } |