summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-05-12 12:00:17 -0700
committerGravatar GitHub <noreply@github.com> 2023-05-12 15:00:17 -0400
commit8d09a14a7b8217f01e8bd91c31c16904ee13eff3 (patch)
tree83a5746e77b803637b7d064fa83b87fd1d8d9ead /packages/create-astro
parent607c3a04cc2d6391fab565072347231429d29a9a (diff)
downloadastro-8d09a14a7b8217f01e8bd91c31c16904ee13eff3.tar.gz
astro-8d09a14a7b8217f01e8bd91c31c16904ee13eff3.tar.zst
astro-8d09a14a7b8217f01e8bd91c31c16904ee13eff3.zip
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/CHANGELOG.md6
-rw-r--r--packages/create-astro/package.json2
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md
index 561f76af0..cbb284783 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 3.1.4
+
+### Patch Changes
+
+- [#7052](https://github.com/withastro/astro/pull/7052) [`8c14bffbd`](https://github.com/withastro/astro/commit/8c14bffbd9ea63bc4b4e9f9417352fdf4e7e65b4) Thanks [@ematipico](https://github.com/ematipico)! - Don't exit if dependencies fail to install
+
## 3.1.3
### Patch Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index a361ccf21..3d50779d7 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "3.1.3",
+ "version": "3.1.4",
"type": "module",
"author": "withastro",
"license": "MIT",