diff options
author | 2024-02-21 12:40:40 -0800 | |
---|---|---|
committer | 2024-02-21 14:40:40 -0600 | |
commit | 2c2519204a26a522cdaa4e17cac3aa4dbcb66056 (patch) | |
tree | fcd30c96766ad17181c1d081e1b528e1748adad0 /examples/hackernews | |
parent | 891c26e92f7a9fc2f839ae1f04ff1a05a8cb4a03 (diff) | |
download | astro-2c2519204a26a522cdaa4e17cac3aa4dbcb66056.tar.gz astro-2c2519204a26a522cdaa4e17cac3aa4dbcb66056.tar.zst astro-2c2519204a26a522cdaa4e17cac3aa4dbcb66056.zip |
[ci] release (#10177)astro@4.4.2@astrojs/sitemap@3.1.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 81873cea6..4fbe0c3a6 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.2.0", - "astro": "^4.4.1" + "astro": "^4.4.2" } } |