diff options
author | 2024-10-11 10:20:32 -0700 | |
---|---|---|
committer | 2024-10-11 13:20:32 -0400 | |
commit | c73d65d7f76617cf5275203fd918887cbda01baf (patch) | |
tree | 95b10b2e194b3fb933b54012734ddc36049f08b3 /packages/create-astro | |
parent | 650dd22a7bce084c66a9a0f96f2d4e4500807641 (diff) | |
download | astro-c73d65d7f76617cf5275203fd918887cbda01baf.tar.gz astro-c73d65d7f76617cf5275203fd918887cbda01baf.tar.zst astro-c73d65d7f76617cf5275203fd918887cbda01baf.zip |
[ci] release (#12178)create-astro@4.10.0astro@4.16.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.md | 8 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index 2238bc056..e696dcec6 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,13 @@ # create-astro +## 4.10.0 + +### Minor Changes + +- [#12154](https://github.com/withastro/astro/pull/12154) [`9988dd6`](https://github.com/withastro/astro/commit/9988dd67e2e4647c974979470d2e63d80433b611) Thanks [@bluwy](https://github.com/bluwy)! - Improves default template download speed by downloading from a branch containing the template only + +- [#12186](https://github.com/withastro/astro/pull/12186) [`49c4f64`](https://github.com/withastro/astro/commit/49c4f64673390f7035258d662755988f0fb71a94) Thanks [@Terfno](https://github.com/Terfno)! - Ensures new line at the end of the generated `package.json` and `tsconfig.json` files + ## 4.9.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index f7aaa96a1..87ae640f4 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.9.2", + "version": "4.10.0", "type": "module", "author": "withastro", "license": "MIT", |