Skip to content

Commit 1bca198

Browse files
committed
Release v9.0.0
1 parent 6f769f0 commit 1bca198

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

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

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

5+
## v9.0.0 (2025-07-07)
6+
7+
- minimum requires node v20.0.0+ ([368c370](https://github.com/gregnb/filemanager-webpack-plugin/commit/368c370))
8+
- option to throw on error to fail compilation ([6f769f0](https://github.com/gregnb/filemanager-webpack-plugin/commit/6f769f0))
9+
- fix LICENSE ([711d6c3](https://github.com/gregnb/filemanager-webpack-plugin/commit/711d6c3))
10+
- rewrite to typescript ([4f29d0d](https://github.com/gregnb/filemanager-webpack-plugin/commit/4f29d0d))
11+
512
## v8.0.0 (2022-11-16)
613

714
- drop nodejs 12 support, requires node 14.13.1+ ([0f334f0](https://github.com/gregnb/filemanager-webpack-plugin/commit/0f334f0))

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": "8.0.0",
3+
"version": "9.0.0",
44
"description": "Webpack plugin to copy, archive (.zip), move, delete files and directories before and after builds",
55
"author": "gregnb",
66
"license": "MIT",

0 commit comments

Comments
 (0)