Skip to content

Commit

Permalink
chore: v3.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Jul 14, 2019
1 parent 110fa5e commit a56e916
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,27 @@
<a name="3.3.6"></a>

# 3.3.6 (2019-07-14)

[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.5...v3.3.6)

## Chore

- serve: refactor code to be more concise ([d2e3e80](https://github.com/webpack/webpack-cli/commit/d2e3e80))
- utils: fixes typo in scaffold ([bd5c1ce](https://github.com/webpack/webpack-cli/commit/bd5c1ce))
- fix sec vuln ([110fa5e](https://github.com/webpack/webpack-cli/commit/110fa5e))
- prevent weird behaviour of pre-commit hook ([#973](https://github.com/webpack/webpack-cli/pull/973))
- include comments ([941da90](https://github.com/webpack/webpack-cli/commit/941da90))

## Docs

- remove deprecated packages description ([#979](https://github.com/webpack/webpack-cli/pull/979))

## Fix

- minor refactor ([a30a027](https://github.com/webpack/webpack-cli/commit/a30a027))
- update comments ([7553ae7](https://github.com/webpack/webpack-cli/commit/7553ae7))
- minor fix ([0d9aa9a](https://github.com/webpack/webpack-cli/commit/0d9aa9a))

<a name="3.3.5"></a>

# 3.3.5 (2019-06-23)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "webpack-cli",
"version": "3.3.5",
"version": "3.3.6",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit a56e916

Please sign in to comment.