Skip to content

Commit

Permalink
chore: release v7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
uetchy committed Aug 27, 2020
1 parent 10a1f39 commit 84d44f2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# [7.0.0](https://github.com/uetchy/create-create-app/compare/v6.0.1...v7.0.0) (2020-08-27)

### Bug Fixes

- choices only accept string[] ([180d4cd](https://github.com/uetchy/create-create-app/commit/180d4cdc073f6f649faecade8b971478fd3e2666))

### Features

- 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)

### BREAKING CHANGES

- {"name": string, "value": string} style in `choices` has been deprecated.

## [6.0.1](https://github.com/uetchy/create-create-app/compare/v6.0.0...v6.0.1) (2020-08-10)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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": "6.0.1",
"version": "7.0.0",
"author": "Yasuaki Uechi <[email protected]>",
"scripts": {
"build": "npm run tsup -- --minify --dts",
Expand Down

0 comments on commit 84d44f2

Please sign in to comment.