diff --git a/.changeset/fair-countries-perform.md b/.changeset/fair-countries-perform.md deleted file mode 100644 index 08b7f772e..000000000 --- a/.changeset/fair-countries-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Remove `astro add` step & tweak wording (PR #3715) diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 0238e00ca..3c4029e28 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.12.3 + +### Patch Changes + +- [#3748](https://github.com/withastro/astro/pull/3748) [`012f093e`](https://github.com/withastro/astro/commit/012f093eeb771b42b4e9d1e0cbb0d9a9605e0514) Thanks [@delucis](https://github.com/delucis)! - Remove `astro add` step & tweak wording (PR #3715) + ## 0.12.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index a978d8e26..ee3840f04 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.12.2", + "version": "0.12.3", "type": "module", "author": "withastro", "license": "MIT",