diff options
author | 2024-06-20 03:58:37 -0700 | |
---|---|---|
committer | 2024-06-20 11:58:37 +0100 | |
commit | 58a321193e0c8c1974827d7364eae11722e15607 (patch) | |
tree | fdf6f8b63c5baa7fdc478dc05927615c0b55ad69 /examples/hackernews | |
parent | fd3645fe8364ec5e280b6802d1468867890d463c (diff) | |
download | astro-58a321193e0c8c1974827d7364eae11722e15607.tar.gz astro-58a321193e0c8c1974827d7364eae11722e15607.tar.zst astro-58a321193e0c8c1974827d7364eae11722e15607.zip |
[ci] release (#11276)astro@4.11.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/hackernews')
-rw-r--r-- | examples/hackernews/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/hackernews/package.json b/examples/hackernews/package.json index 85221d768..a42622b49 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.1", - "astro": "^4.10.3" + "astro": "^4.11.0" } } |