diff options
author | 2023-07-20 09:09:38 -0700 | |
---|---|---|
committer | 2023-07-20 12:09:38 -0400 | |
commit | 92382ea1d4e6400302b8375b4f701c10aa02043f (patch) | |
tree | aa1953ab28729a2163b633aa886f494283d595d8 /examples/with-markdown-shiki | |
parent | b4090f8526f5a5334f7a7750efaf3bdb3f06e8f0 (diff) | |
download | astro-92382ea1d4e6400302b8375b4f701c10aa02043f.tar.gz astro-92382ea1d4e6400302b8375b4f701c10aa02043f.tar.zst astro-92382ea1d4e6400302b8375b4f701c10aa02043f.zip |
[ci] release (#7714)astro@2.9.0@astrojs/sitemap@2.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/with-markdown-shiki')
-rw-r--r-- | examples/with-markdown-shiki/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/with-markdown-shiki/package.json b/examples/with-markdown-shiki/package.json index 61793b613..cf5f7b5c4 100644 --- a/examples/with-markdown-shiki/package.json +++ b/examples/with-markdown-shiki/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^2.8.5" + "astro": "^2.9.0" } } |