diff options
author | 2023-12-04 12:45:24 -0800 | |
---|---|---|
committer | 2023-12-04 15:45:24 -0500 | |
commit | 4b9d657ff2fe7756848a1d489cbecb51b3b91e5a (patch) | |
tree | 03d53ccac1957ea74576b5efb3bb18bb55925468 /examples/hackernews | |
parent | 0d194942f91723a5b88f906f408f38d9f6ff1002 (diff) | |
download | astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.gz astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.tar.zst astro-4b9d657ff2fe7756848a1d489cbecb51b3b91e5a.zip |
[ci] release (beta) (#9296)astro@4.0.0-beta.7
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 1df10b813..435ea981a 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^7.0.0-beta.1", - "astro": "^4.0.0-beta.6" + "astro": "^4.0.0-beta.7" } } |