From f3c9b7f87c493ffef3ed520b24d00723a2f9eff4 Mon Sep 17 00:00:00 2001 From: evilebottnawi Date: Tue, 27 Oct 2020 18:04:07 +0300 Subject: [PATCH] chore(release): 3.0.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3afbce7..0f041c7 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. +### [3.0.1](https://github.com/webpack-contrib/thread-loader/compare/v3.0.0...v3.0.1) (2020-10-27) + + +### Bug Fixes + +* pass rootContext to loaders ([#104](https://github.com/webpack-contrib/thread-loader/issues/104)) ([8e56785](https://github.com/webpack-contrib/thread-loader/commit/8e567853efa3a0d6b95423d3598a68ad77598bc4)) + ## [3.0.0](https://github.com/webpack-contrib/thread-loader/compare/v2.1.3...v3.0.0) (2020-09-12) diff --git a/package-lock.json b/package-lock.json index c92d2e4..4e2c370 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 626c1a3..052e336 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "3.0.0", + "version": "3.0.1", "description": "Runs the following loaders in a worker pool", "license": "MIT", "repository": "webpack-contrib/thread-loader",