From: Jérôme Benoit Date: Fri, 22 Dec 2023 23:16:03 +0000 (+0100) Subject: chore: v3.1.10 X-Git-Tag: v3.1.10^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=4618ccfd23b0b3ff358907db960728eb708106c6;p=poolifier.git chore: v3.1.10 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 006d4642..188ce7a3 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.1.10] - 2023-12-23 + ### Changed - Avoid useless branching on pool type. diff --git a/package.json b/package.json index a28152fd..99b71c59 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.9", + "version": "3.1.10", "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 1d6b915e..0341be7e 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier sonar.organization=poolifier sonar.javascript.lcov.reportPaths=./coverage/lcov.info sonar.projectName=poolifier -sonar.projectVersion=3.1.9 +sonar.projectVersion=3.1.10 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 6c9e19f3..cfb751f9 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.9' +export const version = '3.1.10'