From: Jérôme Benoit Date: Mon, 18 Dec 2023 10:03:54 +0000 (+0100) Subject: chore: v3.1.4 X-Git-Tag: v3.1.4^0 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f11ec29c7cd99ccf56c1702901afbfb4ae9c1216;p=poolifier.git chore: v3.1.4 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b785523..94ca6454 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.4] - 2023-12-18 + ### Fixed - Make more robust the fix for possible null exception at handling task execution response. diff --git a/package.json b/package.json index 856ff410..80bf3adf 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.1.3", + "version": "3.1.4", "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 752f907d..aa582860 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.3 +sonar.projectVersion=3.1.4 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 c2121618..ff0dcb66 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.1.3' +export const version = '3.1.4'