diff options
author | 2025-06-05 05:44:36 -0700 | |
---|---|---|
committer | 2025-06-05 13:44:36 +0100 | |
commit | 0947a69192ad6820970902c7c951fb0cf31fcf4b (patch) | |
tree | 3eea4faad541012db34d2c98ddaa2c1d942fca20 /examples/hackernews | |
parent | 761abb61d8a2ca79be729ab4d7285f10606cd2fd (diff) | |
download | astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.gz astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.tar.zst astro-0947a69192ad6820970902c7c951fb0cf31fcf4b.zip |
[ci] release (#13889)astro@5.9.0@astrojs/cloudflare@12.5.4
* [ci] release
* Update packages/astro/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Matt Kane <m@mk.gg>
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 918cab396..bbf102312 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.2.2", - "astro": "^5.8.2" + "astro": "^5.9.0" } } |