diff options
author | 2023-08-15 07:35:58 -0700 | |
---|---|---|
committer | 2023-08-15 22:35:58 +0800 | |
commit | 087270c61fd5c91ddd37db5c8fd93a8a0ef41f94 (patch) | |
tree | a1727eaa65f5189e2c0e5185b74b3550d53c1362 /packages/create-astro | |
parent | a12027b6af411be39700919ca47e240a335e9887 (diff) | |
download | astro-@astrojs/react@2.2.2.tar.gz astro-@astrojs/react@2.2.2.tar.zst astro-@astrojs/react@2.2.2.zip |
[ci] release (#8064)create-astro@3.2.0astro@2.10.8@astrojs/sitemap@2.0.2@astrojs/react@2.2.2@astrojs/node@5.3.4
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 | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index dd0220e51..68ab39a4e 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 3.2.0 + +### Minor Changes + +- [#8077](https://github.com/withastro/astro/pull/8077) [`44cf30a25`](https://github.com/withastro/astro/commit/44cf30a25209b331e6e8a95a4b40a768ede3604a) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Reduce dependency installation size, swap `execa` for light `node:child_process` wrapper + ## 3.1.13 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 3b484abb1..5c42e1cc5 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "3.1.13", + "version": "3.2.0", "type": "module", "author": "withastro", "license": "MIT", |