diff options
author | 2022-03-10 17:31:45 -0600 | |
---|---|---|
committer | 2022-03-10 17:31:45 -0600 | |
commit | e032e89a642eeef61a3559e4eb406addcaedb5d1 (patch) | |
tree | cec62e0a8a3996ed8a688be3b4fd0a5915f3b8ff /examples/with-markdown | |
parent | a940354b38ac62ca8cbd133591962c1a60b1fcc4 (diff) | |
download | astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.tar.gz astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.tar.zst astro-e032e89a642eeef61a3559e4eb406addcaedb5d1.zip |
[ci] release (next) (#2754)
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 565ebdb5c..63808082c 100644 --- a/examples/with-markdown/package.json +++ b/examples/with-markdown/package.json @@ -14,6 +14,6 @@ "@astrojs/renderer-svelte": "^0.5.1", "@astrojs/renderer-vue": "^0.4.0", "@astrojs/markdown-remark": "^0.6.1", - "astro": "^0.24.0-next.1" + "astro": "^0.24.0-next.2" } } |