diff options
author | 2024-08-29 08:28:48 -0700 | |
---|---|---|
committer | 2024-08-29 23:28:48 +0800 | |
commit | 21747e9eaee19bdfdaf9a220bfd084101a1b10da (patch) | |
tree | 6541943d87d9be26436ba087351f829fa2467648 /examples/hackernews | |
parent | 9327d56755404b481993b058bbfc4aa7880b2304 (diff) | |
download | astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.gz astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.tar.zst astro-21747e9eaee19bdfdaf9a220bfd084101a1b10da.zip |
[ci] release (#11871)astro@4.15.1
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 d2e72a827..540c9be52 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.15.0" + "astro": "^4.15.1" } } |