diff options
author | 2024-08-21 14:08:38 -0700 | |
---|---|---|
committer | 2024-08-21 17:08:38 -0400 | |
commit | 22ceb4830257a84b26115bf759b42448c442a606 (patch) | |
tree | 62ebbf9b825c325665a5e13f91aaf0686330b4a9 /examples/hackernews | |
parent | 735767f8dfe302834e48c2383c387b0e41c2f006 (diff) | |
download | astro-22ceb4830257a84b26115bf759b42448c442a606.tar.gz astro-22ceb4830257a84b26115bf759b42448c442a606.tar.zst astro-22ceb4830257a84b26115bf759b42448c442a606.zip |
[ci] release (#11796)astro@4.14.4
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 27f904139..14dc87aca 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^8.3.3", - "astro": "^4.14.3" + "astro": "^4.14.4" } } |