From 7b1e946db6c51d8c6f60f984d27e61ed8cff719e Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Thu, 5 Sep 2019 18:59:11 +0200 Subject: [PATCH] chore: version update --- CHANGELOG.md | 20 ++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe757d4d81c..51ea0f0d655 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,23 @@ + + +# 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)) + # 3.3.7 (2019-08-18) diff --git a/package-lock.json b/package-lock.json index 0be9314ac27..5e7694fc0a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.7", + "version": "3.3.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e3e6fbb42a6..94556aa0d16 100644 --- a/package.json +++ b/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": {