Skip to content

Commit be15fca

Browse files
committed
chore: release v7.0.2
1 parent fb46b84 commit be15fca

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [7.0.2](https://github.com/uetchy/create-create-app/compare/v7.0.1...v7.0.2) (2021-03-10)
2+
3+
4+
### Bug Fixes
5+
6+
* avoid crashes when .gitconfig exists but user is not set ([1428db3](https://github.com/uetchy/create-create-app/commit/1428db30eb1417280b6c245952ed93eae3f79c8c))
7+
18
## [7.0.1](https://github.com/uetchy/create-create-app/compare/v7.0.0...v7.0.1) (2020-08-27)
29

310
# [7.0.0](https://github.com/uetchy/create-create-app/compare/v6.0.1...v7.0.0) (2020-08-27)

package.json

Lines changed: 4 additions & 2 deletions
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": "7.0.1",
4+
"version": "7.0.2",
55
"author": "Yasuaki Uechi <[email protected]>",
66
"scripts": {
77
"build": "npm run tsup -- --minify --dts",
@@ -15,7 +15,9 @@
1515
},
1616
"types": "lib/index.d.ts",
1717
"main": "lib/index.js",
18-
"bin": "lib/cli.js",
18+
"bin": {
19+
"create-create-app": "lib/cli.js"
20+
},
1921
"files": [
2022
"lib",
2123
"templates"

0 commit comments

Comments
 (0)