diff --git a/CHANGELOG.md b/CHANGELOG.md index 3cbfbd4..c656a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## v7.0.0-alpha.0 (2021-09-10) + +#### Bug Fixes + +- remove cpy dependency, fixing vulnerabilities ([9dcfbd8](https://github.com/gregnb/filemanager-webpack-plugin/commit/9dcfbd8)) + +#### Breaking changes + +- copy with glob by default maintains directory structure ([9dcfbd8](https://github.com/gregnb/filemanager-webpack-plugin/commit/9dcfbd8)) + ## v6.1.7 (2021-09-10) #### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 5b342b0..9237daa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "filemanager-webpack-plugin", - "version": "6.1.7", + "version": "7.0.0-alpha.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "filemanager-webpack-plugin", - "version": "6.1.7", + "version": "7.0.0-alpha.0", "license": "MIT", "dependencies": { "@types/archiver": "^5.1.1", diff --git a/package.json b/package.json index 4cf4d24..a048fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filemanager-webpack-plugin", - "version": "6.1.7", + "version": "7.0.0-alpha.0", "description": "This Webpack plugin allows you to copy, archive (.zip), move, delete files and directories before and after builds", "author": "gregnb", "license": "MIT",