From: Jérôme Benoit Date: Thu, 19 Oct 2023 09:29:58 +0000 (+0200) Subject: chore: v3.0.3 X-Git-Tag: v3.0.3 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=379e9a82477d97a2d613319cc2eb0e4de243dc22;p=poolifier.git chore: v3.0.3 --- diff --git a/CHANGELOG.md b/CHANGELOG.md index ba33eef2..31425995 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.0.3] - 2023-10-19 + ### Fixed - Avoid null exception at sending message to worker. diff --git a/package.json b/package.json index 59ce73bc..7ff27fa5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "$schema": "https://json.schemastore.org/package", "name": "poolifier", - "version": "3.0.2", + "version": "3.0.3", "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 89a59bec..ac7f5515 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=3.0.2 +sonar.projectVersion=3.0.3 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 c7a23f14..d8af4af4 100644 --- a/src/pools/version.ts +++ b/src/pools/version.ts @@ -1 +1 @@ -export const version = '3.0.2' +export const version = '3.0.3'