Skip to content

Commit a56e916

Browse files
committed
chore: v3.3.6
1 parent 110fa5e commit a56e916

File tree

3 files changed

+26
-2
lines changed

3 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<a name="3.3.6"></a>
2+
3+
# 3.3.6 (2019-07-14)
4+
5+
[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6)
6+
7+
## Chore
8+
9+
- serve: refactor code to be more concise ([d2e3e80](https://github.com/webpack/webpack-cli/commit/d2e3e80))
10+
- utils: fixes typo in scaffold ([bd5c1ce](https://github.com/webpack/webpack-cli/commit/bd5c1ce))
11+
- fix sec vuln ([110fa5e](https://github.com/webpack/webpack-cli/commit/110fa5e))
12+
- prevent weird behaviour of pre-commit hook ([#973](https://github.com/webpack/webpack-cli/pull/973))
13+
- include comments ([941da90](https://github.com/webpack/webpack-cli/commit/941da90))
14+
15+
## Docs
16+
17+
- remove deprecated packages description ([#979](https://github.com/webpack/webpack-cli/pull/979))
18+
19+
## Fix
20+
21+
- minor refactor ([a30a027](https://github.com/webpack/webpack-cli/commit/a30a027))
22+
- update comments ([7553ae7](https://github.com/webpack/webpack-cli/commit/7553ae7))
23+
- minor fix ([0d9aa9a](https://github.com/webpack/webpack-cli/commit/0d9aa9a))
24+
125
<a name="3.3.5"></a>
226

327
# 3.3.5 (2019-06-23)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-cli",
3-
"version": "3.3.5",
3+
"version": "3.3.6",
44
"description": "CLI for webpack & friends",
55
"license": "MIT",
66
"repository": {

0 commit comments

Comments
 (0)