diff options
author | 2023-09-08 07:08:35 -0700 | |
---|---|---|
committer | 2023-09-08 10:08:35 -0400 | |
commit | 0a2567c288bc2a3ccc92afd643944c9a4e6d604b (patch) | |
tree | f0781f9b47b520bc29d36f12434939b57f70b4d7 /examples/hackernews | |
parent | b65e84d888cf0821c6125190927fdbf4945b1769 (diff) | |
download | astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.gz astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.zst astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.zip |
[ci] release (#8465)astro@3.0.12
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 2665f5c2d..c089ca0f7 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^6.0.0", - "astro": "^3.0.11" + "astro": "^3.0.12" } } |