From be3c99316a0fec537e7d84ba93e8212a4a3e1e04 Mon Sep 17 00:00:00 2001 From: "Fred K. Bot" <108291165+fredkbot@users.noreply.github.com> Date: Tue, 28 Jun 2022 10:00:40 -0700 Subject: [PATCH] [ci] release (#3749) Co-authored-by: github-actions[bot] --- .changeset/fair-countries-perform.md | 5 ----- packages/create-astro/CHANGELOG.md | 6 ++++++ packages/create-astro/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/fair-countries-perform.md 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",