diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a814a4..fe05460 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.1.2](https://github.com/webpack-contrib/thread-loader/compare/v2.1.1...v2.1.2) (2019-01-25) + + +### Bug Fixes + +* lifecycle handling for signals + + + ## [2.1.1](https://github.com/webpack-contrib/thread-loader/compare/v2.1.0...v2.1.1) (2018-12-21) diff --git a/package-lock.json b/package-lock.json index 8deee76..eec5be8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ed91152..664a3f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "thread-loader", - "version": "2.1.1", + "version": "2.1.2", "description": "Runs the following loaders in a worker pool", "author": "Tobias Koppers @sokra", "license": "MIT",