From f9f08604a1ce5272b20d4f942e6861f3dc170dc0 Mon Sep 17 00:00:00 2001 From: Even Stensberg Date: Thu, 31 Oct 2019 05:49:00 +0100 Subject: [PATCH] chore: v3.3.10 --- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b91f04e4cf..ae32085ccf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + + +# 3.3.10 (2019-10-31) + +[Full Changelog](https://github.com/webpack/webpack-cli/compare/v3.3.9...v3.3.10) + +## New Features + +- add new flag and patch sec dep ([#1102](https://github.com/webpack/webpack-cli/pull/1102)) + +## Chore + +- remove un-synced tests ([08a7650](https://github.com/webpack/webpack-cli/commit/08a7650)) +- sec patch ([6ad6099](https://github.com/webpack/webpack-cli/commit/6ad6099)) + # 3.3.9 (2019-09-17) diff --git a/package-lock.json b/package-lock.json index afc78116900..555bb93566b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.9", + "version": "3.3.10", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ab381d646e4..98d830250f3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webpack-cli", - "version": "3.3.9", + "version": "3.3.10", "description": "CLI for webpack & friends", "license": "MIT", "repository": {