diff options
author | 2025-04-04 00:53:39 -0700 | |
---|---|---|
committer | 2025-04-04 08:53:39 +0100 | |
commit | 9520a23d9dbad41988a1b3a56feddb689f6b481e (patch) | |
tree | 422c50635d25cbadd185d142424e015106b9ba10 /examples/hackernews | |
parent | 5af40dc157f54cfb0f1256d4bff8003bf45114b3 (diff) | |
download | astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.gz astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.tar.zst astro-9520a23d9dbad41988a1b3a56feddb689f6b481e.zip |
[ci] release (#13554)astro@5.6.1
Co-authored-by: github-actions[bot] <41898282+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 f3d31c309..ebae3ff46 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -11,6 +11,6 @@ }, "dependencies": { "@astrojs/node": "^9.1.3", - "astro": "^5.6.0" + "astro": "^5.6.1" } } |