diff options
-rw-r--r-- | .changeset/tame-wasps-exercise.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/tame-wasps-exercise.md b/.changeset/tame-wasps-exercise.md deleted file mode 100644 index 660a782d4..000000000 --- a/.changeset/tame-wasps-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'create-astro': patch ---- - -Ensure an existing template's `package.json` `scripts` are respected when modifying `build`. 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", |