diff options
author | 2023-02-07 14:08:12 -0800 | |
---|---|---|
committer | 2023-02-07 17:08:12 -0500 | |
commit | d9061da44712d82378fa3f8180b8364733ae6ba1 (patch) | |
tree | 28c9f16df924620316a659413b0b1035ca58db2f /examples/hackernews | |
parent | d7948fa3e6b23933547b733ec34d826b6b6b0c74 (diff) | |
download | astro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.gz astro-d9061da44712d82378fa3f8180b8364733ae6ba1.tar.zst astro-d9061da44712d82378fa3f8180b8364733ae6ba1.zip |
[ci] release (#6169)astro@2.0.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 28171b60b..2adb12943 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.3", - "astro": "^2.0.7" + "astro": "^2.0.8" } } |