From: Jérôme Benoit Date: Fri, 15 Mar 2024 19:16:59 +0000 (+0100) Subject: chore: v3.1.22 X-Git-Tag: v3.1.22^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=01f4a5cebba2018c58645a31c48f5dcd03cd006e;p=poolifier.git chore: v3.1.22 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee87abb..dc2f94a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.1.22] - 2024-03-15 + ### Fixed - Fix pool event emitter registered callbacks removal at `destroy()`. diff --git a/package.json b/package.json index 7fe55bc2..5d7d5f16 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.21", + "version": "3.1.22", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "type": "module", diff --git a/sonar-project.properties b/sonar-project.properties index 61419bba..4bce4104 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -3,7 +3,7 @@ sonar.organization=poolifier sonar.javascript.exclusions=lib/**/*.mjs sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.1.21 +sonar.projectVersion=3.1.22 sonar.host.url=https://sonarcloud.io #sonar.sources=src sonar.sources=lib diff --git a/src/pools/version.ts b/src/pools/version.ts index b442082d..b96ea8d6 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.21' +export const version = '3.1.22'