chore: v3.0.5 v3.0.5
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 27 Oct 2023 13:06:29 +0000 (15:06 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 27 Oct 2023 13:06:29 +0000 (15:06 +0200)
CHANGELOG.md
package.json
sonar-project.properties
src/pools/version.ts

index 68d1da236e32e39126191a74a45f25c9b3b87dfc..47236a79b7d829e61ea0a1634903e35702aa3ba4 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.0.5] - 2023-10-27
+
 ### Fixed
 
 - Ensure pool ready event can be emitted only once.
index b417fc074941e41669fdada4cef8284004954c68..ba873043842696832796c26a9055843552507426 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.0.4",
+  "version": "3.0.5",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "main": "./lib/index.js",
index 5ae5cd08f06d2e4d0a1b06a945abc5e08d25ce54..a896f83f9830a103429e86f902ff039da4860789 100644 (file)
@@ -2,7 +2,7 @@ sonar.projectKey=poolifier_poolifier
 sonar.organization=poolifier
 sonar.javascript.lcov.reportPaths=./coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.0.4
+sonar.projectVersion=3.0.5
 sonar.host.url=https://sonarcloud.io
 sonar.sources=src
 sonar.tests=tests
index ff0f4b40cb46dc02ce226a832ef3f301906c6371..aba1b79e24202c7018ade752163232f9414cdb5f 100644 (file)
@@ -1 +1 @@
-export const version = '3.0.4'
+export const version = '3.0.5'