From: Jérôme Benoit Date: Mon, 16 Oct 2023 10:12:08 +0000 (+0200) Subject: chore: v3.0.1 X-Git-Tag: v3.0.1^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=7a57074345765bce1acd88a072514a0ae8678b38;p=poolifier.git chore: v3.0.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index c00452f5..b4994b93 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.1] - 2023-10-16 + ### Fixed - Workaround possible race condition at work nodes array element removal and querying. See [issue #1468](https://github.com/poolifier/poolifier/issues/1468). diff --git a/package.json b/package.json index 6a0a6ccc..63690617 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.0", + "version": "3.0.1", "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 cab65c7f..7c80f461 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=pioardi_poolifier sonar.organization=pioardi sonar.javascript.lcov.reportPaths=coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.0.0 +sonar.projectVersion=3.0.1 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 256329b8..49e5cf88 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.0.0' +export const version = '3.0.1'