diff options
author | 2021-10-01 13:36:02 -0400 | |
---|---|---|
committer | 2021-10-01 13:36:02 -0400 | |
commit | b5f1bd46ff80d802e31b3eb1f875cfefa046b58c (patch) | |
tree | 5af546ac4edcb59e6884c334cd24c887593a6c15 /packages/create-astro | |
parent | 0eeb25348ea43d90d91336cc8540c821f7390d4f (diff) | |
download | astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.tar.gz astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.tar.zst astro-b5f1bd46ff80d802e31b3eb1f875cfefa046b58c.zip |
Version Packages (#1472)create-astro@0.6.3astro@0.20.9@astrojs/renderer-react@0.2.2
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 d8e173a2d..171406d26 100644 --- a/packages/create-astro/CHANGELOG.md +++ b/packages/create-astro/CHANGELOG.md @@ -1,5 +1,11 @@ # create-astro +## 0.6.3 + +### Patch Changes + +- 0eeb2534: change rm to unlink for node 12 compatability + ## 0.6.2 ### Patch Changes diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 6b3672922..47140fdcd 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.6.2", + "version": "0.6.3", "type": "module", "repository": { "type": "git", |