diff options
author | 2024-07-30 08:54:54 -0700 | |
---|---|---|
committer | 2024-07-30 11:54:54 -0400 | |
commit | 49db00444e357361203f5e72816a2091efea50e7 (patch) | |
tree | b477bd70d88eceb16773ec6d47bf1dd936f06508 /packages/create-astro | |
parent | 9f766d8b5884f2b19eed1d1f2c33df69ad61df67 (diff) | |
download | astro-create-astro@4.8.1.tar.gz astro-create-astro@4.8.1.tar.zst astro-create-astro@4.8.1.zip |
[ci] release (#11524)create-astro@4.8.1astro@4.12.3@astrojs/react@3.6.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 | 6 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index d5e3320bb..5af50e312 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 4.8.1 + +### Patch Changes + +- [#11567](https://github.com/withastro/astro/pull/11567) [`d27cf6d`](https://github.com/withastro/astro/commit/d27cf6df7bd612642a1e8da5948333b00b70e8bd) Thanks [@ascorbic](https://github.com/ascorbic)! - Logs underlying error when a template cannot be downloaded + ## 4.8.0 ### Minor Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 32071380f..4a2fc13ad 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "4.8.0", + "version": "4.8.1", "type": "module", "author": "withastro", "license": "MIT", |