From d6c6014340430fc91a15e908f61d2c7b74b3fdac Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Sun, 19 Nov 2023 12:35:35 +0100 Subject: [PATCH] chore(release): 4.2.0 --- CHANGELOG.md | 17 +++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..28dc6019 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +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.2.0](https://github.com/piscinajs/piscina/compare/v4.1.0...v4.2.0) (2023-11-19) + + +### Features + +* Add `Piscina#close` API ([#396](https://github.com/piscinajs/piscina/issues/396)) ([5378e4c](https://github.com/piscinajs/piscina/commit/5378e4cf9143587d9457d3cef6b88aa9653749bd)) + + +### Bug Fixes + +* add signal reason support ([#403](https://github.com/piscinajs/piscina/issues/403)) ([66809f9](https://github.com/piscinajs/piscina/commit/66809f94868b4b4597401e10252e1285fabc63c2)) +* do not re-create threads when calling `.destory()` ([#430](https://github.com/piscinajs/piscina/issues/430)) ([ec21ff2](https://github.com/piscinajs/piscina/commit/ec21ff28f90a4d5e001ba694fe3dcd6abec3f553)) +* migrate to EventEmitterAsyncResource from core ([#433](https://github.com/piscinajs/piscina/issues/433)) ([0a539e2](https://github.com/piscinajs/piscina/commit/0a539e23e7c413cc33631f1adb32ab28b468297b)) diff --git a/package-lock.json b/package-lock.json index db8d10f1..e1ceffc8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piscina", - "version": "4.1.0", + "version": "4.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "piscina", - "version": "4.1.0", + "version": "4.2.0", "license": "MIT", "dependencies": { "hdr-histogram-js": "^2.0.1", diff --git a/package.json b/package.json index 9afc5cd4..21534d11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piscina", - "version": "4.1.0", + "version": "4.2.0", "description": "A fast, efficient Node.js Worker Thread Pool implementation", "main": "./dist/src/index.js", "exports": {