diff --git a/CHANGELOG.md b/CHANGELOG.md index c4adaaf..8f68ff7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [4.0.0](https://github.com/webpack-contrib/thread-loader/compare/v3.0.4...v4.0.0) (2023-04-18) + + +### ⚠ BREAKING CHANGES + +* minimum supported `Node.js` version is `16.10.0` +* minimum supported `webpack` version is `5` + ### [3.0.4](https://github.com/webpack-contrib/thread-loader/compare/v3.0.3...v3.0.4) (2021-05-10) diff --git a/package-lock.json b/package-lock.json index 7cff1b8..035ff19 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-loader", - "version": "3.0.4", + "version": "4.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thread-loader", - "version": "3.0.4", + "version": "4.0.0", "license": "MIT", "dependencies": { "json-parse-better-errors": "^1.0.2", diff --git a/package.json b/package.json index b2011cb..0bed1dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "3.0.4", + "version": "4.0.0", "description": "Runs the following loaders in a worker pool", "license": "MIT", "repository": "webpack-contrib/thread-loader",