Skip to content

Commit 8c3a66d

Browse files
authored
chore(cli): updated changelog of v3 (#1224)
1 parent 68087f1 commit 8c3a66d

File tree

1 file changed

+86
-0
lines changed

1 file changed

+86
-0
lines changed

CHANGELOG_v3.md

+86
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
<a name="3.3.10"></a>
2+
3+
# 3.3.10 (2019-10-31)
4+
5+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10)
6+
7+
## New Features
8+
9+
- add new flag and patch sec dep ([#1102](https://github.com/webpack/webpack-cli/pull/1102))
10+
11+
## Chore
12+
13+
- remove un-synced tests ([08a7650](https://github.com/webpack/webpack-cli/commit/08a7650))
14+
- sec patch ([6ad6099](https://github.com/webpack/webpack-cli/commit/6ad6099))
15+
16+
<a name="3.3.9"></a>
17+
18+
# 3.3.9 (2019-09-17)
19+
20+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.8...v3.3.9)
21+
22+
## Fix
23+
24+
- use process.exitCode instead of process.exit in compilerCallback ([ee001bd](https://github.com/webpack/webpack-cli/commit/ee001bd))
25+
26+
<a name="3.3.8"></a>
27+
28+
# 3.3.8 (2019-09-05)
29+
30+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.7...v3.3.8)
31+
32+
## Chore
33+
34+
- remove lint err ([4275fd5](https://github.com/webpack/webpack-cli/commit/4275fd5))
35+
- abstract validation ([065e87e](https://github.com/webpack/webpack-cli/commit/065e87e))
36+
- vuln patch ([55b770c](https://github.com/webpack/webpack-cli/commit/55b770c))
37+
38+
## Fix
39+
40+
- support both webpack versions ([d28f9f5](https://github.com/webpack/webpack-cli/commit/d28f9f5))
41+
42+
## Tests
43+
44+
- add schema tests ([70bf934](https://github.com/webpack/webpack-cli/commit/70bf934))
45+
46+
<a name="3.3.7"></a>
47+
48+
# 3.3.7 (2019-08-18)
49+
50+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.6...v3.3.7)
51+
52+
## Chore
53+
54+
- resolve differently ([45b9127](https://github.com/webpack/webpack-cli/commit/45b9127))
55+
- update lockfile & pass nil ([43fc033](https://github.com/webpack/webpack-cli/commit/43fc033))
56+
- lock deps ([97d5c75](https://github.com/webpack/webpack-cli/commit/97d5c75))
57+
- lock deps ([635bfa3](https://github.com/webpack/webpack-cli/commit/635bfa3))
58+
59+
## Fix
60+
61+
- resolve opts when no-config ([fb31cc4](https://github.com/webpack/webpack-cli/commit/fb31cc4))
62+
63+
<a name="3.3.6"></a>
64+
65+
# 3.3.6 (2019-07-14)
66+
67+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6)
68+
69+
## Chore
70+
71+
- serve: refactor code to be more concise ([d2e3e80](https://github.com/webpack/webpack-cli/commit/d2e3e80))
72+
- utils: fixes typo in scaffold ([bd5c1ce](https://github.com/webpack/webpack-cli/commit/bd5c1ce))
73+
- fix sec vuln ([110fa5e](https://github.com/webpack/webpack-cli/commit/110fa5e))
74+
- prevent weird behaviour of pre-commit hook ([#973](https://github.com/webpack/webpack-cli/pull/973))
75+
- include comments ([941da90](https://github.com/webpack/webpack-cli/commit/941da90))
76+
77+
## Docs
78+
79+
- remove deprecated packages description ([#979](https://github.com/webpack/webpack-cli/pull/979))
80+
81+
## Fix
82+
83+
- minor refactor ([a30a027](https://github.com/webpack/webpack-cli/commit/a30a027))
84+
- update comments ([7553ae7](https://github.com/webpack/webpack-cli/commit/7553ae7))
85+
- minor fix ([0d9aa9a](https://github.com/webpack/webpack-cli/commit/0d9aa9a))
86+
187
<a name="3.3.5"></a>
288

389
# 3.3.5 (2019-06-23)

0 commit comments

Comments
 (0)