diff options
author | 2022-06-28 10:00:40 -0700 | |
---|---|---|
committer | 2022-06-28 19:00:40 +0200 | |
commit | be3c99316a0fec537e7d84ba93e8212a4a3e1e04 (patch) | |
tree | 66e0e234b0aef41cd1ec4fff1f4d1bcb1402615d | |
parent | 012f093eeb771b42b4e9d1e0cbb0d9a9605e0514 (diff) | |
download | astro-be3c99316a0fec537e7d84ba93e8212a4a3e1e04.tar.gz astro-be3c99316a0fec537e7d84ba93e8212a4a3e1e04.tar.zst astro-be3c99316a0fec537e7d84ba93e8212a4a3e1e04.zip |
[ci] release (#3749)create-astro@0.12.3
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-rw-r--r-- | .changeset/fair-countries-perform.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/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", |