From: Jérôme Benoit Date: Wed, 31 May 2023 19:45:11 +0000 (+0200) Subject: chore: v2.5.0 X-Git-Tag: v2.5.0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=eafd70acfa479361cab41e2bcb2a285ee2674a5e;p=poolifier.git chore: v2.5.0 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 0524a58c..0bb0c700 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.5.0] - 2023-05-31 + ### Added - Switch pool event emitter to `EventEmitterAsyncResource`. diff --git a/package.json b/package.json index f905c784..b9906c3c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.4.14", + "version": "2.5.0", "description": "A fast, easy to use Node.js Worker Thread Pool and Cluster Pool implementation", "license": "MIT", "main": "./lib/index.js", diff --git a/sonar-project.properties b/sonar-project.properties index 5d608260..b2afd02f 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.4.14 +sonar.projectVersion=2.5.0 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests