0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2024-12-16 21:46:22 -05:00

[ci] release (#8912)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Houston (Bot) 2023-10-24 11:53:18 -07:00 committed by GitHub
parent 63f7242aba
commit 6a991012c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View file

@ -1,5 +0,0 @@
---
'create-astro': patch
---
Ensure an existing template's `package.json` `scripts` are respected when modifying `build`.

View file

@ -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

View file

@ -1,6 +1,6 @@
{
"name": "create-astro",
"version": "4.4.0",
"version": "4.4.1",
"type": "module",
"author": "withastro",
"license": "MIT",