summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2024-10-07 06:41:40 -0700
committerGravatar GitHub <noreply@github.com> 2024-10-07 15:41:40 +0200
commit46cbf10c4baf0218f83aa741863e044374ea64d1 (patch)
treea84c0739d4414f3f1d2c54b8879641670174710a /packages/create-astro
parentc87ae80053605848b988984a3b89c29fc22e1d19 (diff)
downloadastro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.gz
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.tar.zst
astro-46cbf10c4baf0218f83aa741863e044374ea64d1.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 9d91eab2a..59f6ab93f 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.9.1
+
+### Patch Changes
+
+- [#12118](https://github.com/withastro/astro/pull/12118) [`f47b347`](https://github.com/withastro/astro/commit/f47b347da899c6e1dcd0b2e7887f7fce6ec8e270) Thanks [@Namchee](https://github.com/Namchee)! - Removes the `strip-ansi` dependency in favor of the native Node API
+
## 4.9.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index d48c7065d..35f29e83c 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.9.0",
+ "version": "4.9.1",
"type": "module",
"author": "withastro",
"license": "MIT",