diff options
author | 2024-09-13 12:56:33 -0700 | |
---|---|---|
committer | 2024-09-13 15:56:33 -0400 | |
commit | 27d19f612f5627b86ca3a9de26239fd2dce32092 (patch) | |
tree | d612aa7f51368c9da9f5706f649f2155d9372d0e /examples/basics | |
parent | ec1521066a3aa5182d7a78759b712335b97fcadf (diff) | |
download | astro-27d19f612f5627b86ca3a9de26239fd2dce32092.tar.gz astro-27d19f612f5627b86ca3a9de26239fd2dce32092.tar.zst astro-27d19f612f5627b86ca3a9de26239fd2dce32092.zip |
[ci] release (#11986)astro@4.15.6
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 20320658e..5a98b09e9 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.15.5" + "astro": "^4.15.6" } } |