Skip to content

Commit 09dbe7f

Browse files
committed
chore: release v6.0.0
1 parent b7168ad commit 09dbe7f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [6.0.0](https://github.com/uetchy/create-create-app/compare/v5.7.0...v6.0.0) (2020-08-04)
2+
3+
### Bug Fixes
4+
5+
- rename to modifyName ([6fba9b9](https://github.com/uetchy/create-create-app/commit/6fba9b97bd4f8cb460ffb515991adcaeac8cc99e))
6+
- update epicfail ([d55fdca](https://github.com/uetchy/create-create-app/commit/d55fdcae92c9068fcbd1c6ad47f552b13e52aa6a))
7+
8+
### Features
9+
10+
- init epicfail inside create function ([b7168ad](https://github.com/uetchy/create-create-app/commit/b7168ade460dbb0931ac0ed71d471f92d4804b6b))
11+
- new helper 'space' ([996861e](https://github.com/uetchy/create-create-app/commit/996861e73e84db6e33f3fda4a95a75ffa240c0c2))
12+
13+
### BREAKING CHANGES
14+
15+
- handleName => modifyName
16+
117
# [5.7.0](https://github.com/uetchy/create-create-app/compare/v5.6.1...v5.7.0) (2020-07-29)
218

319
### 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": "5.7.0",
4+
"version": "6.0.0",
55
"author": "Yasuaki Uechi <[email protected]>",
66
"scripts": {
77
"build": "shx rm -rf lib && yarn build:ts --minify --dts",

0 commit comments

Comments
 (0)