chore: v3.0.1 v3.0.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 16 Oct 2023 10:12:08 +0000 (12:12 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 16 Oct 2023 10:12:08 +0000 (12:12 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index c00452f502bd9b6bb01c1933a97559ac2afcf8db..b4994b930b8ab166f98800a078b3e0f4bcaca7c4 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.1] - 2023-10-16
+
 ### Fixed
 
 - Workaround possible race condition at work nodes array element removal and querying. See [issue #1468](https://github.com/poolifier/poolifier/issues/1468).
index 6a0a6ccc92419712b15521bb0cfe59496f2f34d4..6369061739e811e584918f5157631e824d2b58da 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.0",
+  "version": "3.0.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index cab65c7f93cad1fe6de550ea83ba8b4b766a5579..7c80f461a702c92492d1296a99b77a3ec58641dd 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.0
+sonar.projectVersion=3.0.1
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index 256329b855705cabd43cd672c5eeadbd5871a9e6..49e5cf886359804dd185ea049bcbdb184ba060a0 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.0'
+export const version = '3.0.1'