Skip to content

Commit

Permalink
chore: v3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Sep 17, 2019
1 parent a1341bd commit 48c03ab
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
<a name="3.3.9"></a>

# 3.3.9 (2019-09-17)

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

## Fix

- use process.exitCode instead of process.exit in compilerCallback ([ee001bd](https://github.com/webpack/webpack-cli/commit/ee001bd))

<a name="3.3.8"></a>

# 3.3.8 (2019-09-05)
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.8",
"version": "3.3.9",
"description": "CLI for webpack & friends",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 48c03ab

Please sign in to comment.