Skip to content

Commit

Permalink
chore: release v7.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Mar 10, 2021
1 parent fb46b84 commit be15fca
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [7.0.2](https://github.com/uetchy/create-create-app/compare/v7.0.1...v7.0.2) (2021-03-10)


### Bug Fixes

* avoid crashes when .gitconfig exists but user is not set ([1428db3](https://github.com/uetchy/create-create-app/commit/1428db30eb1417280b6c245952ed93eae3f79c8c))

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

# [7.0.0](https://github.com/uetchy/create-create-app/compare/v6.0.1...v7.0.0) (2020-08-27)
Expand Down
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "create-create-app",
"description": "Create your own `create-something` app.",
"version": "7.0.1",
"version": "7.0.2",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "npm run tsup -- --minify --dts",
Expand All @@ -15,7 +15,9 @@
},
"types": "lib/index.d.ts",
"main": "lib/index.js",
"bin": "lib/cli.js",
"bin": {
"create-create-app": "lib/cli.js"
},
"files": [
"lib",
"templates"
Expand Down

0 comments on commit be15fca

Please sign in to comment.