From 01f82f6fec990b164b7d3df48fc8ba7ec3c384e9 Mon Sep 17 00:00:00 2001 From: "alexander.akait" Date: Thu, 19 Sep 2024 00:31:33 +0300 Subject: [PATCH] chore(release): 4.0.4 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 145d70f..6208263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.4](https://github.com/webpack-contrib/thread-loader/compare/v4.0.3...v4.0.4) (2024-09-18) + + +### Bug Fixes + +* respect cacheable ([d3bf829](https://github.com/webpack-contrib/thread-loader/commit/d3bf8294f4ff863a58091450534d6ce24fb06fe4)) +* support `hot` ([#219](https://github.com/webpack-contrib/thread-loader/issues/219)) ([2de3b64](https://github.com/webpack-contrib/thread-loader/commit/2de3b640cd5d8be674654942c97c8f8de7ed3f3e)) +* support `utils.createHash` ([#222](https://github.com/webpack-contrib/thread-loader/issues/222)) ([6bfc93c](https://github.com/webpack-contrib/thread-loader/commit/6bfc93cab75a8f44d35a7ac0b26745cda5168dfe)) + ### [4.0.3](https://github.com/webpack-contrib/thread-loader/compare/v4.0.2...v4.0.3) (2024-09-17) diff --git a/package-lock.json b/package-lock.json index 823fe09..c144e3b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "thread-loader", - "version": "4.0.3", + "version": "4.0.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "thread-loader", - "version": "4.0.3", + "version": "4.0.4", "license": "MIT", "dependencies": { "json-parse-better-errors": "^1.0.2", diff --git a/package.json b/package.json index cc7a768..2958f9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "4.0.3", + "version": "4.0.4", "description": "Runs the following loaders in a worker pool", "license": "MIT", "repository": "webpack-contrib/thread-loader",