diff options
author | 2024-06-26 02:29:13 -0700 | |
---|---|---|
committer | 2024-06-26 11:29:13 +0200 | |
commit | d9e6190a0daa1ea224a3c374221601d7ad9abcb8 (patch) | |
tree | e2362ad609b4d4167f81fb10762c043600656560 /examples/hackernews | |
parent | f1b78a496034d53b0e9dfc276a4a1b1d691772c4 (diff) | |
download | astro-d9e6190a0daa1ea224a3c374221601d7ad9abcb8.tar.gz astro-d9e6190a0daa1ea224a3c374221601d7ad9abcb8.tar.zst astro-d9e6190a0daa1ea224a3c374221601d7ad9abcb8.zip |
[ci] release (#11336)astro@4.11.2@astrojs/studio@0.1.1@astrojs/db@0.11.7
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 3a8d2a18a..c2a7ecd9e 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.2", - "astro": "^4.11.1" + "astro": "^4.11.2" } } |