From: Jérôme Benoit Date: Fri, 27 Oct 2023 13:06:29 +0000 (+0200) Subject: chore: v3.0.5 X-Git-Tag: v3.0.5^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=5aa31a743fde300612ae89a242b809ae7db083ed;p=poolifier.git chore: v3.0.5 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 68d1da23..47236a79 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.0.5] - 2023-10-27 + ### Fixed - Ensure pool ready event can be emitted only once. diff --git a/package.json b/package.json index b417fc07..ba873043 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.4", + "version": "3.0.5", "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 5ae5cd08..a896f83f 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier sonar.organization=poolifier sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.0.4 +sonar.projectVersion=3.0.5 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests diff --git a/src/pools/version.ts b/src/pools/version.ts index ff0f4b40..aba1b79e 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.0.4' +export const version = '3.0.5'