diff options
author | 2024-08-15 08:06:43 -0700 | |
---|---|---|
committer | 2024-08-15 16:06:43 +0100 | |
commit | 91d36fa36bc8c5ca3e27c72b85399d1eb150c872 (patch) | |
tree | bf267bd32cadf64c628b4cd49710143a212945f8 /examples/basics | |
parent | 87ce2381b6f1cc01b3532da8c09601f2118d4e43 (diff) | |
download | astro-91d36fa36bc8c5ca3e27c72b85399d1eb150c872.tar.gz astro-91d36fa36bc8c5ca3e27c72b85399d1eb150c872.tar.zst astro-91d36fa36bc8c5ca3e27c72b85399d1eb150c872.zip |
[ci] release (#11719)astro@4.14.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 ea1fe90c0..08868cdad 100644 --- a/examples/basics/package.json +++ b/examples/basics/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^4.14.0" + "astro": "^4.14.1" } } |