diff options
author | 2021-06-08 09:47:40 -0400 | |
---|---|---|
committer | 2021-06-08 09:47:40 -0400 | |
commit | 9594447335b7fa15f82c0789f18a3fe02ec20d70 (patch) | |
tree | f1f56b479e66b985cf13daaab4961325f658fa39 /packages/create-astro | |
parent | 6018769c5c61cd18c5eb8bcfe4e0046f650cb512 (diff) | |
download | astro-9594447335b7fa15f82c0789f18a3fe02ec20d70.tar.gz astro-9594447335b7fa15f82c0789f18a3fe02ec20d70.tar.zst astro-9594447335b7fa15f82c0789f18a3fe02ec20d70.zip |
Bump create-astro version
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index fae6d4301..af70ed056 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -1,6 +1,6 @@ { "name": "create-astro", - "version": "0.2.1", + "version": "0.2.2", "type": "module", "exports": { ".": "./create-astro.js" |