Skip to content

Commit

Permalink
Release v7.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Dec 4, 2021
1 parent 83bf2dd commit 4b5d8ef
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,14 @@

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

## v7.0.0-alpha.0 (2021-09-10)
## v7.0.0-alpha.1 (2021-12-04)

#### Features

- support flat copy with glob ([83bf2dd](https://github.com/gregnb/filemanager-webpack-plugin/commit/83bf2dd))
- add copy options `overwrite` and `preserveTimestamps` ([83bf2dd](https://github.com/gregnb/filemanager-webpack-plugin/commit/83bf2dd))

## v7.0.0-alpha.0 (2021-12-03)

#### 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": "7.0.0-alpha.0",
"version": "7.0.0-alpha.1",
"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 4b5d8ef

Please sign in to comment.