From 8abd1bce24221c127f9489d625907641fb08f8d1 Mon Sep 17 00:00:00 2001 From: Carlos Fuentes Date: Wed, 13 Dec 2023 09:58:00 +0100 Subject: [PATCH] chore(release): 4.2.1 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 28dc6019..47c75b71 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.2.1](https://github.com/piscinajs/piscina/compare/v4.2.0...v4.2.1) (2023-12-13) + + +### Bug Fixes + +* default minThreads with odd CPU count ([#457](https://github.com/piscinajs/piscina/issues/457)) ([f4edf87](https://github.com/piscinajs/piscina/commit/f4edf87c8c4883e06ab70e99a8a5050eded89c5d)) + ## [4.2.0](https://github.com/piscinajs/piscina/compare/v4.1.0...v4.2.0) (2023-11-19) diff --git a/package-lock.json b/package-lock.json index ed54d5b4..25de87d4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "piscina", - "version": "4.2.0", + "version": "4.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "piscina", - "version": "4.2.0", + "version": "4.2.1", "license": "MIT", "dependencies": { "hdr-histogram-js": "^2.0.1", diff --git a/package.json b/package.json index b97a35fe..5b4c8b40 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "piscina", - "version": "4.2.0", + "version": "4.2.1", "description": "A fast, efficient Node.js Worker Thread Pool implementation", "main": "./dist/src/index.js", "exports": {