chore: v3.0.3 v3.0.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 19 Oct 2023 09:29:58 +0000 (11:29 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 19 Oct 2023 09:29:58 +0000 (11:29 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index ba33eef23863cf7cc45a7ff6d6c8526142674d26..314259957e857d428a1d274c730e5eb9f64b246d 100644 (file)
@@ -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.
index 59ce73bc8d3741d240ff23ab05ef6573357cef18..7ff27fa54a0a2a5ab21277cfd79b0f12d1e961d0 100644 (file)
@@ -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",
index 89a59bec041e5fe80c128ee2634059aed33a7aa1..ac7f5515e9c626a54ec9151a732157d9ac055eef 100644 (file)
@@ -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
index c7a23f142dd5e6f33087fcbf01ccadfcb28a5aa9..d8af4af492121b06ae19cd07b942b983cdf05683 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.2'
+export const version = '3.0.3'