diff options
author | 2023-03-21 05:03:46 -0700 | |
---|---|---|
committer | 2023-03-21 08:03:46 -0400 | |
commit | 6afb1efea8601cc2bfacec27a8d09c2533fb704a (patch) | |
tree | c16d917a571e529a237e5e6434f85fe6258b026d /examples/hackernews | |
parent | a661907b40e76aa56e7d7bd7e745bb16456b13e7 (diff) | |
download | astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.gz astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.tar.zst astro-6afb1efea8601cc2bfacec27a8d09c2533fb704a.zip |
[ci] release (#6541)create-astro@3.1.1astro@2.1.4@astrojs/rss@2.3.1@astrojs/mdx@0.18.2@astrojs/markdown-remark@2.1.1@astrojs/markdoc@0.0.3@astrojs/cloudflare@6.2.2
* [ci] release
* nit: typo in #6594 changeset
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ben Holmes <hey@bholmes.dev>
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 d9a3adfc1..7d1fb6132 100644 --- a/examples/hackernews/package.json +++ b/examples/hackernews/package.json @@ -12,6 +12,6 @@ }, "dependencies": { "@astrojs/node": "^5.1.0", - "astro": "^2.1.3" + "astro": "^2.1.4" } } |