Skip to content

Commit 84d44f2

Browse files
committed
chore: release v7.0.0
1 parent 10a1f39 commit 84d44f2

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [7.0.0](https://github.com/uetchy/create-create-app/compare/v6.0.1...v7.0.0) (2020-08-27)
2+
3+
### Bug Fixes
4+
5+
- choices only accept string[] ([180d4cd](https://github.com/uetchy/create-create-app/commit/180d4cdc073f6f649faecade8b971478fd3e2666))
6+
7+
### Features
8+
9+
- allow to choose UNLICENSED as license ([#25](https://github.com/uetchy/create-create-app/issues/25)) ([7275769](https://github.com/uetchy/create-create-app/commit/72757693b2a6d5c7da9098bac43b38b4f81c3ce2)), closes [#22](https://github.com/uetchy/create-create-app/issues/22)
10+
11+
### BREAKING CHANGES
12+
13+
- {"name": string, "value": string} style in `choices` has been deprecated.
14+
115
## [6.0.1](https://github.com/uetchy/create-create-app/compare/v6.0.0...v6.0.1) (2020-08-10)
216

317
### 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.1",
4+
"version": "7.0.0",
55
"author": "Yasuaki Uechi <[email protected]>",
66
"scripts": {
77
"build": "npm run tsup -- --minify --dts",

0 commit comments

Comments
 (0)