diff options
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/CHANGELOG.md | 12 | ||||
-rw-r--r-- | packages/create-astro/package.json | 2 |
2 files changed, 13 insertions, 1 deletions
diff --git a/packages/create-astro/CHANGELOG.md b/packages/create-astro/CHANGELOG.md index c08254140..cd373af50 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,17 @@ # create-astro +## 0.3.5 + +### Patch Changes + +- d8ceff5: Allows using an external repo as a template + + You can do this with the `--template` flag: + + ```bash + npm init astro my-shopify --template cassidoo/shopify-react-astro + ``` + ## 0.3.4 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 8e6238df8..9b50f4039 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.3.4", + "version": "0.3.5", "type": "module", "repository": { "type": "git", |