Skip to content

Commit f2ff704

Browse files
committed
chore: release v5.7.0
1 parent dffc53e commit f2ff704

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [5.7.0](https://github.com/uetchy/create-create-app/compare/v5.6.1...v5.7.0) (2020-07-29)
2+
3+
### Bug Fixes
4+
5+
- avoid crashes when git is unavailable ([2f3e50a](https://github.com/uetchy/create-create-app/commit/2f3e50a033c05b42924b8c356a46c97e4c4d05b8))
6+
- failed to copy template files on Windows ([#17](https://github.com/uetchy/create-create-app/issues/17)) ([1e8d6b7](https://github.com/uetchy/create-create-app/commit/1e8d6b7b36fbd0ed23712751854a126f41b44c6b))
7+
8+
### Features
9+
10+
- add types ([be72e93](https://github.com/uetchy/create-create-app/commit/be72e9331232f00daeafab9907792dcc4d7c9aa8))
11+
112
## [5.0.1](https://github.com/uetchy/create-create-app/compare/v5.0.0...v5.0.1) (2020-06-24)
213

314
# [5.0.0](https://github.com/uetchy/create-create-app/compare/v4.1.0...v5.0.0) (2019-10-09)

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": "5.6.1",
4+
"version": "5.7.0",
55
"author": "Yasuaki Uechi <y@uechi.io>",
66
"scripts": {
77
"build": "shx rm -rf lib && yarn build:ts --minify --dts",

0 commit comments

Comments
 (0)