chore: v3.0.2 v3.0.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 17 Oct 2023 19:27:37 +0000 (21:27 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 17 Oct 2023 19:27:37 +0000 (21:27 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 2509e78a032efe7986e3be7f29118f023fd29081..6f984936cd9502e21bfac59eddf46224f36c5015 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.2] - 2023-10-17
+
 ### Fixed
 
 - Fix race condition at dynamic worker node task assignment and scheduled removal. See issue [#1468](https://github.com/poolifier/poolifier/issues/1468) and [#1496](https://github.com/poolifier/poolifier/issues/1496)
index 396b6c7ef6517b712d0e336201ca74d1fba7695b..ccc7e41a75ada68f841adbd82198215941b60d5a 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.1",
+  "version": "3.0.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 7c80f461a702c92492d1296a99b77a3ec58641dd..89a59bec041e5fe80c128ee2634059aed33a7aa1 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.1
+sonar.projectVersion=3.0.2
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 49e5cf886359804dd185ea049bcbdb184ba060a0..c7a23f142dd5e6f33087fcbf01ccadfcb28a5aa9 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.1'
+export const version = '3.0.2'