Skip to content

Commit ad0882d

Browse files
committed
chore: refine changelog
1 parent 075921c commit ad0882d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33

44
#### :rocket: New Features
55
* `@vue/cli`
6-
* [#4342](https://github.com/vuejs/vue-cli/pull/4342) Add --port argument to 'vue serve' command ([@bokub](https://github.com/bokub))
6+
* [#4342](https://github.com/vuejs/vue-cli/pull/4342) Support `--port` argument to 'vue serve' command ([@bokub](https://github.com/bokub))
77
* `@vue/cli-plugin-eslint`
88
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
99

1010
#### :bug: Bug Fix
1111
* `@vue/cli-plugin-typescript`, `@vue/cli`
12-
* [#4374](https://github.com/vuejs/vue-cli/pull/4374) fix: do not generate empty file ([@cexbrayat](https://github.com/cexbrayat))
12+
* [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
13+
* [#4374](https://github.com/vuejs/vue-cli/pull/4374) fix: when adding ts plugin without router, fixup #4330 ([@cexbrayat](https://github.com/cexbrayat))
1314
* `@vue/cli-service`
1415
* [#4359](https://github.com/vuejs/vue-cli/pull/4359) fix stats display when chunkFilename contains query string ([@flyhope](https://github.com/flyhope))
1516
* `@vue/cli-plugin-typescript`
@@ -19,8 +20,7 @@
1920
* [#4329](https://github.com/vuejs/vue-cli/pull/4329) feat(eslint-generator): upgrade @vue/eslint-config-prettier to v5.0.0 ([@sodatea](https://github.com/sodatea))
2021
* `@vue/cli-shared-utils`
2122
* [#4336](https://github.com/vuejs/vue-cli/pull/4336) fix: use `yarn --version` to detect yarn ([@sodatea](https://github.com/sodatea))
22-
* `@vue/cli`
23-
* [#4330](https://github.com/vuejs/vue-cli/pull/4330) fix: require parent template after `when` condition evaluated as truthy ([@sodatea](https://github.com/sodatea))
23+
2424

2525
#### :memo: Documentation
2626
* `@vue/cli-plugin-e2e-nightwatch`

0 commit comments

Comments
 (0)