chore: v3.1.29 v3.1.29
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 2 Apr 2024 08:32:40 +0000 (10:32 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 2 Apr 2024 08:32:40 +0000 (10:32 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index c4b7f9b606d95fab4b791eac6ea3d3ce0036b3e0..2885241e38ccc0afa54b9ffd7a91a2ac60a2a4db 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.29] - 2024-04-02
+
 ### Fixed
 
 - Fix possible race condition at worker node recreation on worker `error` and `exit` events.
index cd845d50863edd23a34e35d6c463612eb14bf83c..23bcc11304373d47a11f8af0f4e79229a7d793a4 100644 (file)
--- a/jsr.json
+++ b/jsr.json
@@ -1,7 +1,7 @@
 {
   "$schema": "https://jsr.io/schema/config-file.v1.json",
   "name": "@poolifier/poolifier",
-  "version": "3.1.28",
+  "version": "3.1.29",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 77b0a41d0ce2e8bf5415c9342cf5eeb821d05918..6bbf58268741a1ca327de6fad52594733ca4628e 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.28",
+  "version": "3.1.29",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index c73cc9380ebc5b5afc56c0c381188263e120f787..e7c42b2c3ab8644a0b66fda4707e7bb331c51764 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=poolifier
 sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.1.28
+sonar.projectVersion=3.1.29
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index d4ea32b5f567b1f14997e6280ce7062fbf63f333..5cb4c1f8a0d456caad628c6a7223a9d6dc37320a 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.28'
+export const version = '3.1.29'