diff options
author | 2024-01-26 15:33:19 -0800 | |
---|---|---|
committer | 2024-01-26 17:33:19 -0600 | |
commit | a407eb5ac2f6d0daf5235be6835404c6646c5a4c (patch) | |
tree | 59ed1a8015af1b19034219835a00ec7e629926f8 /examples/hackernews | |
parent | 1885cea308a62b173a50967cf5a0b174b3c3f3f1 (diff) | |
download | astro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.tar.gz astro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.tar.zst astro-a407eb5ac2f6d0daf5235be6835404c6646c5a4c.zip |
[ci] release (#9837)astro@4.2.6
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 bb5ad321c..3ac1450dc 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.1.0", - "astro": "^4.2.5" + "astro": "^4.2.6" } } |