Skip to content

Commit ab58f1b

Browse files
committed
Release v7.0.0-alpha.0
1 parent 9dcfbd8 commit ab58f1b

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## v7.0.0-alpha.0 (2021-09-10)
6+
7+
#### Bug Fixes
8+
9+
- remove cpy dependency, fixing vulnerabilities ([9dcfbd8](https://github.com/gregnb/filemanager-webpack-plugin/commit/9dcfbd8))
10+
11+
#### Breaking changes
12+
13+
- copy with glob by default maintains directory structure ([9dcfbd8](https://github.com/gregnb/filemanager-webpack-plugin/commit/9dcfbd8))
14+
515
## v6.1.7 (2021-09-10)
616

717
#### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filemanager-webpack-plugin",
3-
"version": "6.1.7",
3+
"version": "7.0.0-alpha.0",
44
"description": "This Webpack plugin allows you to copy, archive (.zip), move, delete files and directories before and after builds",
55
"author": "gregnb",
66
"license": "MIT",

0 commit comments

Comments
 (0)