Skip to content

Commit 4b5d8ef

Browse files
committedDec 4, 2021
Release v7.0.0-alpha.1
1 parent 83bf2dd commit 4b5d8ef

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed
 

‎CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22

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

5-
## v7.0.0-alpha.0 (2021-09-10)
5+
## v7.0.0-alpha.1 (2021-12-04)
6+
7+
#### Features
8+
9+
- support flat copy with glob ([83bf2dd](https://github.com/gregnb/filemanager-webpack-plugin/commit/83bf2dd))
10+
- add copy options `overwrite` and `preserveTimestamps` ([83bf2dd](https://github.com/gregnb/filemanager-webpack-plugin/commit/83bf2dd))
11+
12+
## v7.0.0-alpha.0 (2021-12-03)
613

714
#### Bug Fixes
815

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "filemanager-webpack-plugin",
3-
"version": "7.0.0-alpha.0",
3+
"version": "7.0.0-alpha.1",
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)
Please sign in to comment.