Skip to content

Commit e5b56d9

Browse files
committed
chore: v4.1.4 node 12 & yarn compat
1 parent 6773958 commit e5b56d9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 4.1.4
2+
3+
- provide compatibility starting from Node 12 via package.json `engines` field
4+
because `yarn` v1 seems to enforce those even on a projects dependencies
5+
16
# 4.1.3
27

38
- got rid of some webpack 5 deprecation warnings

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webpack-license-plugin",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Extracts OSS license information of the npm packages in your webpack output",
55
"keywords": [
66
"webpack",
@@ -31,7 +31,7 @@
3131
},
3232
"license": "MIT",
3333
"engines": {
34-
"node": ">=14.0.0"
34+
"node": ">=12.0.0"
3535
},
3636
"scripts": {
3737
"clean": "node -e \"fs.rmSync('dist', { force: true, recursive: true })\"",

0 commit comments

Comments
 (0)