From e63a89caa2c4564134e56ee2c57cc435cd76363a Mon Sep 17 00:00:00 2001 From: Tom Chen Date: Wed, 14 Mar 2018 10:48:39 +0800 Subject: [PATCH] chore(release): 3.4.0 * CHANGELOG: https://github.com/tomchentw/unused-files-webpack-plugin/blob/v3.4.0/CHANGELOG.md --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f7563b..428f41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +# [3.4.0](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v3.3.0...v3.4.0) (2018-03-14) + + +### Features + +* **package.json:** upgrade dependencies and devDependencies ([250a6cb](https://github.com/tomchentw/unused-files-webpack-plugin/commit/250a6cb)) + + + # [3.3.0](https://github.com/tomchentw/unused-files-webpack-plugin/compare/v3.2.0...v3.3.0) (2018-03-14) diff --git a/package.json b/package.json index 5248896..c5d6c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "unused-files-webpack-plugin", - "version": "3.3.0", + "version": "3.4.0", "description": "Glob all files that are not compiled by webpack under webpack's context", "license": "MIT",