1.2.0 (2021-01-08)
- add colors to create-app options (870f57a)
1.1.0 (2021-01-08)
- preact templates (905cb65)
1.0.6 (2021-01-05)
- update client type usage (245303c)
-
client types are now exposed under
vite/client.d.ts
. It can now be included via the followingtsconfig.json
:{ "compilerOptions": { "types": ["vite/client"] } }
1.0.5 (2021-01-05)
- create-app: include env shim (4802c1a)
1.0.4 (2021-01-04)
1.0.3 (2021-01-02)
- fix yarn create compat (d135949)
1.0.2 (2021-01-02)
1.0.1 (2021-01-02)
- include template in dist files (8d0ddf9)