diff options
author | 2024-01-31 02:40:01 -0800 | |
---|---|---|
committer | 2024-01-31 10:40:01 +0000 | |
commit | 43391ac60d5984cacabdbf1bc6786b9fe05832a2 (patch) | |
tree | 945cf39fa1f578cc741726886a22573e567d6bfe /examples/hackernews | |
parent | bfc145b77875e0c91bc09d0b228f8ca8ef8e1023 (diff) | |
download | astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.gz astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.tar.zst astro-43391ac60d5984cacabdbf1bc6786b9fe05832a2.zip |
[ci] release (#9879)astro@4.2.8
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 82318fcc6..ac9bdb79c 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.1.0", - "astro": "^4.2.7" + "astro": "^4.2.8" } } |