From: Jérôme Benoit Date: Wed, 20 Sep 2023 17:34:51 +0000 (+0200) Subject: chore: v2.7.1 X-Git-Tag: v2.7.1^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=aab2819b0b8fd8551b805e6b4676e4918040daa8;p=poolifier.git chore: v2.7.1 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b37a041..d4ccfd5f 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] +## [2.7.1] - 2023-09-20 + ### Fixed - Ensure worker message listener used one time are removed after usage. diff --git a/package.json b/package.json index 4a8e5e7f..166c4d6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.0", + "version": "2.7.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 5cb1aa36..74e68fbd 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=2.7.0 +sonar.projectVersion=2.7.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 e32207ce..dc6e1de7 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.7.0' +export const version = '2.7.1'