diff options
author | 2024-04-03 13:52:33 -0700 | |
---|---|---|
committer | 2024-04-03 16:52:33 -0400 | |
commit | 0899d342cd0361de7ab3d566c8b8a0beaabf5ffa (patch) | |
tree | 623f6f9c18f83539700c824dfffcd68ca65a4464 /examples/with-markdoc/package.json | |
parent | 8f636693d54700926bc97b3288e041fe511d014d (diff) | |
download | astro-@astrojs/markdoc@0.9.5.tar.gz astro-@astrojs/markdoc@0.9.5.tar.zst astro-@astrojs/markdoc@0.9.5.zip |
[ci] release (#10670)@astrojs/markdoc@0.9.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdoc/package.json')
-rw-r--r-- | examples/with-markdoc/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdoc/package.json b/examples/with-markdoc/package.json index ff5fe8bca..1fc5381a8 100644 --- a/examples/with-markdoc/package.json +++ b/examples/with-markdoc/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "@astrojs/markdoc": "^0.9.4", + "@astrojs/markdoc": "^0.9.5", "astro": "^4.5.15" } } |