Skip to content

Commit

Permalink
chore: version update
Browse files Browse the repository at this point in the history
  • Loading branch information
evenstensberg committed Sep 5, 2019
1 parent 64fd810 commit 7b1e946
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,23 @@
<a name="3.3.8"></a>

# 3.3.8 (2019-09-05)

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

## Chore

- remove lint err ([4275fd5](https://github.com/webpack/webpack-cli/commit/4275fd5))
- abstract validation ([065e87e](https://github.com/webpack/webpack-cli/commit/065e87e))
- vuln patch ([55b770c](https://github.com/webpack/webpack-cli/commit/55b770c))

## Fix

- support both webpack versions ([d28f9f5](https://github.com/webpack/webpack-cli/commit/d28f9f5))

## Tests

- add schema tests ([70bf934](https://github.com/webpack/webpack-cli/commit/70bf934))

<a name="3.3.7"></a>

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

0 comments on commit 7b1e946

Please sign in to comment.