Skip to content

Commit eee0ded

Browse files
committed
chore: release v6.0.1
1 parent adf4f3f commit eee0ded

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
17
# [6.0.0](https://github.com/uetchy/create-create-app/compare/v5.7.0...v6.0.0) (2020-08-04)
28

39
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "create-create-app",
33
"description": "Create your own `create-something` app.",
4-
"version": "6.0.0",
4+
"version": "6.0.1",
55
"author": "Yasuaki Uechi <[email protected]>",
66
"scripts": {
77
"build": "shx rm -rf lib && yarn build:ts --minify --dts",

0 commit comments

Comments
 (0)