diff options
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 32a5a8756..ce29fa08f 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.8 + +### Patch Changes + +- 3e1bdb1a: Add a helpful message for the "could not find commit hash for ..." error + ## 0.6.7 ## 0.6.7-next.1 diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index c6a148486..88348cf86 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.7", + "version": "0.6.8", "type": "module", "repository": { "type": "git", |