From: Jérôme Benoit Date: Tue, 15 Aug 2023 15:32:54 +0000 (+0200) Subject: chore: v2.6.26 X-Git-Tag: v2.6.26 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=b58ee887f37cc79d477d2475a58669d12437994d;hp=6f14729614179a3f30e3b5fab319e30d316508f8;p=poolifier.git chore: v2.6.26 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e82708..de0d866f 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.26] - 2023-08-15 + ### Added - Add kill handler to worker options allowing to execute custom code when worker is killed. diff --git a/package.json b/package.json index 6046137c..2a04ad11 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "2.6.25", + "version": "2.6.26", "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 ce977015..a3d45cc2 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.25 +sonar.projectVersion=2.6.26 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 194ea622..f6bdd8df 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '2.6.25' +export const version = '2.6.26'