diff options
author | 2022-09-02 13:50:59 -0700 | |
---|---|---|
committer | 2022-09-02 16:50:59 -0400 | |
commit | 7114aee20886d2ff22b41d8c6db22a88eb458c8e (patch) | |
tree | 266b90c0940f0a91b2a16feb4667718ebc99b98d /examples/blog | |
parent | e76c2afd1fb679ab2f6c6ed69a04aacd789ac28a (diff) | |
download | astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.gz astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.tar.zst astro-7114aee20886d2ff22b41d8c6db22a88eb458c8e.zip |
[ci] release (#4604)astro@1.1.5
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 2c4bd1c88..0ccc1d178 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -10,7 +10,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.1.4", + "astro": "^1.1.5", "@astrojs/mdx": "^0.11.1", "@astrojs/rss": "^1.0.0", "@astrojs/sitemap": "^1.0.0" |