diff options
author | 2022-10-03 15:48:40 -0700 | |
---|---|---|
committer | 2022-10-03 18:48:40 -0400 | |
commit | 5d58787f7a040a794e7430713ad06e18b32adfaa (patch) | |
tree | bd1649b7b5ef1bf4e18a4d2c38510b9dfcfc54e6 /examples/blog | |
parent | e6a881081f456b83294e1d85179b20951d7677e9 (diff) | |
download | astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.gz astro-5d58787f7a040a794e7430713ad06e18b32adfaa.tar.zst astro-5d58787f7a040a794e7430713ad06e18b32adfaa.zip |
[ci] release (#4968)astro@1.4.4
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 d50af9fa1..583b87656 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,7 +11,7 @@ "astro": "astro" }, "dependencies": { - "astro": "^1.4.3", + "astro": "^1.4.4", "@astrojs/mdx": "^0.11.4", "@astrojs/rss": "^1.0.2", "@astrojs/sitemap": "^1.0.0" |