diff options
author | 2024-01-18 10:04:07 -0800 | |
---|---|---|
committer | 2024-01-18 12:04:07 -0600 | |
commit | 138ae524eca0d4a35f88dc05288b7e7f73abea75 (patch) | |
tree | ea479630c88a7107c4694c6536a70d290d090609 /examples/basics | |
parent | 8bc3b66d4de7d480aa1526ef045a7545841b9c70 (diff) | |
download | astro-138ae524eca0d4a35f88dc05288b7e7f73abea75.tar.gz astro-138ae524eca0d4a35f88dc05288b7e7f73abea75.tar.zst astro-138ae524eca0d4a35f88dc05288b7e7f73abea75.zip |
[ci] release (#9727)astro@4.2.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/basics')
-rw-r--r-- | examples/basics/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/basics/package.json b/examples/basics/package.json index 4396a8c5e..5bd74167d 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.2.0" + "astro": "^4.2.1" } } |