summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Fred K. Bot <108291165+fredkbot@users.noreply.github.com> 2022-06-28 11:02:59 -0700
committerGravatar GitHub <noreply@github.com> 2022-06-28 11:02:59 -0700
commit789dc1fabc8e9a806f54603a0e6951e3e29d5155 (patch)
tree96775b989e3db073868e53d70a82adc95b63d9a5
parentb0c1ed1513dd059f8ccd5a52659b5312c2f3592a (diff)
downloadastro-789dc1fabc8e9a806f54603a0e6951e3e29d5155.tar.gz
astro-789dc1fabc8e9a806f54603a0e6951e3e29d5155.tar.zst
astro-789dc1fabc8e9a806f54603a0e6951e3e29d5155.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to '')
-rw-r--r--.changeset/lemon-papayas-cough.md5
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
3 files changed, 7 insertions, 6 deletions
diff --git a/.changeset/lemon-papayas-cough.md b/.changeset/lemon-papayas-cough.md
deleted file mode 100644
index 19ed2ad34..000000000
--- a/.changeset/lemon-papayas-cough.md
+++ /dev/null
@@ -1,5 +0,0 @@
----
-'create-astro': patch
----
-
-Chore: remove create-astro install step test
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 3c4029e28..a507622fa 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 0.12.4
+
+### Patch Changes
+
+- [#3756](https://github.com/withastro/astro/pull/3756) [`507cd5c8`](https://github.com/withastro/astro/commit/507cd5c868448971c6265d97f22e786263dd5a77) Thanks [@bholmesdev](https://github.com/bholmesdev)! - Chore: remove create-astro install step test
+
## 0.12.3
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index ee3840f04..52d67fb98 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "0.12.3",
+ "version": "0.12.4",
"type": "module",
"author": "withastro",
"license": "MIT",