chore(master): release 4.2.2 (#2528) v4.2.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 14 Aug 2024 18:41:32 +0000 (20:41 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 18:41:32 +0000 (20:41 +0200)
* chore(master): release 4.2.2

* [autofix.ci] apply automated fixes

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
.github/release-please/manifest.json
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 3d3c52686b6a2b022525c9d2bd1950f721a0d610..132ec753b336754265e4892ffe6738db4eacb540 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.1"
+  ".": "4.2.2"
 }
index 51ec7899060cf77bcacc1f70230a261bb15913f1..5d38b64d9c584c6dc95974f77ed040e50b73a000 100644 (file)
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [4.2.2](https://github.com/poolifier/poolifier/compare/v4.2.1...v4.2.2) (2024-08-14)
+
+
+### 🐞 Bug Fixes
+
+* fix race condition at task response handling during pool destroy ([b28533a](https://github.com/poolifier/poolifier/commit/b28533a38f984b6a28edf6edc53940bd85f24200))
+* workaround race conditions at pool destroy ([684f132](https://github.com/poolifier/poolifier/commit/684f132a0f46afc01f2e95ec004ecfd2548b8d49))
+
+
+### 📚 Documentation
+
+* publish documentation ([df66bb1](https://github.com/poolifier/poolifier/commit/df66bb1d802af27d29b1ca2e29b0b1c95636b0e1))
+
 ## [4.2.1](https://github.com/poolifier/poolifier/compare/v4.2.0...v4.2.1) (2024-08-14)
 
 
index 5f8611bd9fbbf2867b08e262cdcb69b30277d6c9..7b9f0d7cf6c37e5010749992bd4f197dc9ac8169 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": "4.2.1",
+  "version": "4.2.2",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index d10923ce5c5be598f25873d32efba16409a5ffa5..bd9a7f9505b8e53904795c032794e8e915d9a586 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.1",
+  "version": "4.2.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 0f5f6fd726e6e38d82fb648583748f30081ed435..3a9eb74f3178a3e0e15cd352ff26e9a1c1939fc0 100644 (file)
@@ -4,7 +4,7 @@ sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
 # x-release-please-start-version
-sonar.projectVersion=4.2.1
+sonar.projectVersion=4.2.2
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index b36d1dacf427e60a21bd7dc0b5e8173e95f3cbcf..c4ba1a9dcdd1e00931f792612577c23c750aad30 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.1'
+export const version = '4.2.2'
 // x-release-please-end