summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Houston (Bot) <108291165+astrobot-houston@users.noreply.github.com> 2023-10-24 11:53:18 -0700
committerGravatar GitHub <noreply@github.com> 2023-10-24 13:53:18 -0500
commit6a991012c39973cce740ba2bd5db5ccf176dd331 (patch)
tree7fd624f65ddba241c6a9f6d88e1e53c56408ab54 /packages/create-astro
parent63f7242aba23c27ce3b7afef2cf5dca23d857e75 (diff)
downloadastro-create-astro@4.4.1.tar.gz
astro-create-astro@4.4.1.tar.zst
astro-create-astro@4.4.1.zip
[ci] release (#8912)create-astro@4.4.1
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 58f606c54..09390b287 100644
--- a/packages/create-astro/CHANGELOG.md
+++ b/packages/create-astro/CHANGELOG.md
@@ -1,5 +1,11 @@
# create-astro
+## 4.4.1
+
+### Patch Changes
+
+- [#8911](https://github.com/withastro/astro/pull/8911) [`b236d88ad`](https://github.com/withastro/astro/commit/b236d88addc48d784bd60119fe45750dda900f16) Thanks [@natemoo-re](https://github.com/natemoo-re)! - Ensure an existing template's `package.json` `scripts` are respected when modifying `build`.
+
## 4.4.0
### Minor Changes
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json
index 331c149f2..a7ce47f8a 100644
--- a/packages/create-astro/package.json
+++ b/packages/create-astro/package.json
@@ -1,6 +1,6 @@
{
"name": "create-astro",
- "version": "4.4.0",
+ "version": "4.4.1",
"type": "module",
"author": "withastro",
"license": "MIT",