diff options
author | 2023-08-30 10:20:51 -0700 | |
---|---|---|
committer | 2023-08-30 19:20:51 +0200 | |
commit | d01c336c4d74b08c140d0efcf1ed3ece46b6f8ad (patch) | |
tree | 2478c8e4474a6de74f5adcddb1cbd0f684569378 | |
parent | 4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f (diff) | |
download | astro-d01c336c4d74b08c140d0efcf1ed3ece46b6f8ad.tar.gz astro-d01c336c4d74b08c140d0efcf1ed3ece46b6f8ad.tar.zst astro-d01c336c4d74b08c140d0efcf1ed3ece46b6f8ad.zip |
[ci] release (#8302)create-astro@4.0.1
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/soft-penguins-tease.md | 5 | ||||
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/soft-penguins-tease.md b/.changeset/soft-penguins-tease.md deleted file mode 100644 index 3ddc98a26..000000000 --- a/.changeset/soft-penguins-tease.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Correctly remove new `.codesandbox` folder when copying template diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 9ad0294c2..6788b6086 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.0.1 + +### Patch Changes + +- [#8292](https://github.com/withastro/astro/pull/8292) [`4e88ffd81`](https://github.com/withastro/astro/commit/4e88ffd813a3a9fa37b2ddd1a2eff181d4a99c0f) Thanks [@Princesseuh](https://github.com/Princesseuh)! - Correctly remove new `.codesandbox` folder when copying template + ## 4.0.0 ### Major Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 5bf1d74a1..a64f44187 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.0.0", + "version": "4.0.1", "type": "module", "author": "withastro", "license": "MIT", |