Skip to content

Commit

Permalink
Release v7.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 3, 2021
1 parent 9dcfbd8 commit ab58f1b
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ab58f1b

Please sign in to comment.