From: Jérôme Benoit Date: Sun, 24 Sep 2023 15:54:00 +0000 (+0200) Subject: chore: v2.7.3 X-Git-Tag: v2.7.3^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eeb1f9615a3358ba1c7a6c07c5c445dc85a2407d;p=poolifier.git chore: v2.7.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 61249856..67be6e79 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.3] - 2023-09-24 + ### Changed - Convert pool event emitter to event emitter async resource. diff --git a/package.json b/package.json index 5ec2fbb4..97c0758d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.7.2", + "version": "2.7.3", "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 5b142023..ba6e11fd 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.2 +sonar.projectVersion=2.7.3 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 99786d24..ad0c3c1e 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.7.2' +export const version = '2.7.3'