diff options
author | 2023-08-18 07:31:52 -0700 | |
---|---|---|
committer | 2023-08-18 10:31:52 -0400 | |
commit | 5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c (patch) | |
tree | f97b8bda8fb2433248e5c179b449ca1520eab15e /packages/create-astro | |
parent | 821918bc0ccf8a706da2194456c625d55dee989c (diff) | |
download | astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.gz astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.tar.zst astro-5c190d06f1cec6a4ecd2a1fbfc77c498c91b9d2c.zip |
[ci] release (#8096)create-astro@3.2.2astro@2.10.10@astrojs/vercel@3.8.2@astrojs/svelte@3.1.1@astrojs/solid-js@2.2.1@astrojs/react@2.3.0
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 8 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 84611e1f2..f555a98b0 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,13 @@ # create-astro +## 3.2.2 + +### Patch Changes + +- [#7944](https://github.com/withastro/astro/pull/7944) [`dff0f0f8d`](https://github.com/withastro/astro/commit/dff0f0f8ddd531c5d92a90ac00fdb86d71f77509) Thanks [@colinhacks](https://github.com/colinhacks)! - Update 'dev' command for Bun users + +- [#8102](https://github.com/withastro/astro/pull/8102) [`e6e1de4f0`](https://github.com/withastro/astro/commit/e6e1de4f08ddba3a7703136a81f275de1976dc9e) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Verify internet connection and that `--template` exists before continuing + ## 3.2.1 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index a62a0eaed..39bd0f315 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.2.1", + "version": "3.2.2", "type": "module", "author": "withastro", "license": "MIT", |