diff --git a/CHANGELOG.md b/CHANGELOG.md index da7db6a..da42e58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.2](https://github.com/webpack-contrib/thread-loader/compare/v4.0.1...v4.0.2) (2023-05-22) + + +### Bug Fixes + +* compatibility with ts-loader ([#183](https://github.com/webpack-contrib/thread-loader/issues/183)) ([cbc9722](https://github.com/webpack-contrib/thread-loader/commit/cbc97221ca9f625b0b7d53d2570fb2c34d663c3b)) + ### [4.0.1](https://github.com/webpack-contrib/thread-loader/compare/v4.0.0...v4.0.1) (2023-04-19) diff --git a/package-lock.json b/package-lock.json index 0c92916..78cf24d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-loader", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "thread-loader", - "version": "4.0.1", + "version": "4.0.2", "license": "MIT", "dependencies": { "json-parse-better-errors": "^1.0.2", diff --git a/package.json b/package.json index 7483add..79addaf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "4.0.1", + "version": "4.0.2", "description": "Runs the following loaders in a worker pool", "license": "MIT", "repository": "webpack-contrib/thread-loader",