diff options
author | 2024-07-19 07:06:49 -0700 | |
---|---|---|
committer | 2024-07-19 10:06:49 -0400 | |
commit | a6c4e6754493e7af5c953b644c6a19461f15467b (patch) | |
tree | 96b42d592a19686ab4d2bbcd4d8355f649ec977a /examples/hackernews | |
parent | ca335e1dc09bc83d3f8f5b9dd54f116bcb4881e4 (diff) | |
download | astro-a6c4e6754493e7af5c953b644c6a19461f15467b.tar.gz astro-a6c4e6754493e7af5c953b644c6a19461f15467b.tar.zst astro-a6c4e6754493e7af5c953b644c6a19461f15467b.zip |
[ci] release (#11504)astro@4.12.2
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 fe508935c..88aed2a5e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.12.1" + "astro": "^4.12.2" } } |