diff options
author | 2023-01-24 18:19:27 -0800 | |
---|---|---|
committer | 2023-01-25 10:19:27 +0800 | |
commit | 4842d6acb02b0ee70d6660e0ddab84d122dce959 (patch) | |
tree | ef82fed419a5a18ac573c0691dc060385b49a5af /examples/hackernews | |
parent | 02549b8ced18bf193efc407a625d908b65b3979f (diff) | |
download | astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.gz astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.tar.zst astro-4842d6acb02b0ee70d6660e0ddab84d122dce959.zip |
[ci] release (#5963)astro@2.0.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 b9bc9163b..e37364bfd 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -13,6 +13,6 @@ }, "dependencies": { "@astrojs/node": "^5.0.0", - "astro": "^2.0.0" + "astro": "^2.0.1" } } |