diff options
author | 2023-08-15 14:12:45 -0700 | |
---|---|---|
committer | 2023-08-15 16:12:45 -0500 | |
commit | 53ad9efde482b8719e988e0d1030d29437166935 (patch) | |
tree | 32161ed01a941b4a96fcb138350f9737de64fbcc /examples/hackernews | |
parent | 56e7c5177bd61b404978dc9b82e2d34d76a4b2f9 (diff) | |
download | astro-53ad9efde482b8719e988e0d1030d29437166935.tar.gz astro-53ad9efde482b8719e988e0d1030d29437166935.tar.zst astro-53ad9efde482b8719e988e0d1030d29437166935.zip |
[ci] release (#8090)create-astro@3.2.1astro@2.10.9
* [ci] release
* Update packages/create-astro/CHANGELOG.md
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@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 6863d3b24..d68e7e3e3 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.3.4", - "astro": "^2.10.8" + "astro": "^2.10.9" } } |