Skip to content

Commit fc81ffb

Browse files
committed
chore: 3.2.3 changelog [ci skip]
1 parent 9a9d63c commit fc81ffb

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [3.2.3](https://github.com/vuejs/vue-cli/compare/v3.2.2...v3.2.3) (2019-01-03)
2+
3+
## cli-plugin-e2e-cypress
4+
5+
#### Bug Fixes
6+
7+
* make cypress config file compatible with eslint-config-airbnb rules ([0fc972e](https://github.com/vuejs/vue-cli/commit/0fc972e))
8+
9+
## cli-plugin-unit-jest
10+
11+
#### Bug Fixes
12+
13+
* fix typo in jest config ([4feaacf](https://github.com/vuejs/vue-cli/commit/4feaacf))
14+
15+
## cli-service
16+
17+
#### Bug Fixes
18+
19+
* fix a regression that `pages` doesn't allow entry-only string format ([a7fa191](https://github.com/vuejs/vue-cli/commit/a7fa191)), closes [#3233](https://github.com/vuejs/vue-cli/issues/3233)
20+
21+
22+
123
# [3.2.2](https://github.com/vuejs/vue-cli/compare/v3.2.1...v3.2.2) (2018-12-30)
224

325
## babel-preset-app

scripts/genChangelog.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ function genNewRelease (version) {
88
return new Promise(resolve => {
99
const newReleaseStream = cc({
1010
config,
11-
releaseCount: 1,
11+
releaseCount: 2,
1212
pkg: {
1313
transform (pkg) {
1414
pkg.version = `v${version}`

0 commit comments

Comments
 (0)