Skip to content

Commit 07b9779

Browse files
committed
Release v9.0.1
1 parent efc7622 commit 07b9779

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

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

5+
## v9.0.1 (2025-07-09)
6+
7+
- fix esm exports path ([efc7622](https://github.com/gregnb/filemanager-webpack-plugin/commit/efc7622))
8+
59
## v9.0.0 (2025-07-07)
610

711
- minimum requires node v20.0.0+ ([368c370](https://github.com/gregnb/filemanager-webpack-plugin/commit/368c370))

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": "9.0.0",
3+
"version": "9.0.1",
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)