diff options
author | 2023-08-29 12:50:45 -0700 | |
---|---|---|
committer | 2023-08-29 15:50:45 -0400 | |
commit | 28a49f8e0d6ba453b2620cf7303d030a4f03b463 (patch) | |
tree | 51dbc570903157384c4d387aa8346df589a44b1f /examples/hackernews | |
parent | b0e021d41b4154a0875617cdc6cabc9906beb7f8 (diff) | |
download | astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.gz astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.tar.zst astro-28a49f8e0d6ba453b2620cf7303d030a4f03b463.zip |
[ci] release (rc) (#8272)astro@3.0.0-rc.11
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 0acb917a2..222f73dc7 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.0.0-rc.1", - "astro": "^3.0.0-rc.10" + "astro": "^3.0.0-rc.11" } } |