From 4368a8981a92207d4f3d98085492f578951bdeb8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 10 Jun 2023 16:30:29 +0200 Subject: [PATCH] chore: v2.6.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- sonar-project.properties | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab140662..993b97d6 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.6.1] - 2023-06-10 + ### Added - Add worker choice strategy documentation: [README.md](./src/pools/selection-strategies/README.md). diff --git a/package.json b/package.json index 26da55d0..05530d26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poolifier", - "version": "2.6.0", + "version": "2.6.1", "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 bbeddddb..fd121fb0 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.6.0 +sonar.projectVersion=2.6.1 sonar.host.url=https://sonarcloud.io sonar.sources=src sonar.tests=tests -- 2.34.1