diff options
author | 2023-09-08 07:08:35 -0700 | |
---|---|---|
committer | 2023-09-08 10:08:35 -0400 | |
commit | 0a2567c288bc2a3ccc92afd643944c9a4e6d604b (patch) | |
tree | f0781f9b47b520bc29d36f12434939b57f70b4d7 /examples/non-html-pages | |
parent | b65e84d888cf0821c6125190927fdbf4945b1769 (diff) | |
download | astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.gz astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.tar.zst astro-0a2567c288bc2a3ccc92afd643944c9a4e6d604b.zip |
[ci] release (#8465)astro@3.0.12
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'examples/non-html-pages')
-rw-r--r-- | examples/non-html-pages/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/non-html-pages/package.json b/examples/non-html-pages/package.json index fa80a00b5..be1e12672 100644 --- a/examples/non-html-pages/package.json +++ b/examples/non-html-pages/package.json @@ -11,6 +11,6 @@ "astro": "astro" }, "dependencies": { - "astro": "^3.0.11" + "astro": "^3.0.12" } } |