We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adf4f3f commit eee0dedCopy full SHA for eee0ded
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [6.0.1](https://github.com/uetchy/create-create-app/compare/v6.0.0...v6.0.1) (2020-08-10)
2
+
3
+### Bug Fixes
4
5
+- Fails on Windows when Yarn is not installed ([adf4f3f](https://github.com/uetchy/create-create-app/commit/adf4f3fffad14dafa92c859da0502acf41d2b370))
6
7
# [6.0.0](https://github.com/uetchy/create-create-app/compare/v5.7.0...v6.0.0) (2020-08-04)
8
9
### Bug Fixes
package.json
@@ -1,7 +1,7 @@
{
"name": "create-create-app",
"description": "Create your own `create-something` app.",
- "version": "6.0.0",
+ "version": "6.0.1",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "shx rm -rf lib && yarn build:ts --minify --dts",
0 commit comments