chore(master): release 4.2.1 (#2524) v4.2.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 14 Aug 2024 17:39:55 +0000 (19:39 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2024 17:39:55 +0000 (19:39 +0200)
* chore(master): release 4.2.1

* [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 34a3350a9a927ea2074bbfe03141b50fefb60493..3d3c52686b6a2b022525c9d2bd1950f721a0d610 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.0"
+  ".": "4.2.1"
 }
index bdc5ebdec92d191b8ee353d68e9e2216feb54ee5..51ec7899060cf77bcacc1f70230a261bb15913f1 100644 (file)
@@ -5,6 +5,31 @@ 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.1](https://github.com/poolifier/poolifier/compare/v4.2.0...v4.2.1) (2024-08-14)
+
+
+### 🐞 Bug Fixes
+
+* ensure task stealing can't start twice on the same worker node ([37cc14e](https://github.com/poolifier/poolifier/commit/37cc14e81ea8e83ea2b78cf27e0e74f3c4694e21))
+* trigger continuous tasks stealing under proper conditions ([2663563](https://github.com/poolifier/poolifier/commit/2663563da5f52fd57be41127e5c789c86e969ae7))
+
+
+### ✨ Polish
+
+* remove unneeded condition at task response handling ([93df097](https://github.com/poolifier/poolifier/commit/93df097ec6c54af9f0d29df0cb61cb901f29fca4))
+
+
+### 📚 Documentation
+
+* publish documentation ([b4f9421](https://github.com/poolifier/poolifier/commit/b4f9421addf669cffe56d2f30f0fbab42dfe9755))
+* refine code comment about task stealing conditions ([80716e5](https://github.com/poolifier/poolifier/commit/80716e5039fb14c3731fa6b7f22334fcd4e5b314))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump eslint-plugin-jsdoc in the regular group ([#2525](https://github.com/poolifier/poolifier/issues/2525)) ([b9873cb](https://github.com/poolifier/poolifier/commit/b9873cbec16f627e05dfb354521c34540722df0c))
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2526](https://github.com/poolifier/poolifier/issues/2526)) ([d3167a7](https://github.com/poolifier/poolifier/commit/d3167a7e6ee5dea226278a26813e6b64b49aa1d2))
+
 ## [4.2.0](https://github.com/poolifier/poolifier/compare/v4.1.0...v4.2.0) (2024-08-13)
 
 
index b86f5a52bb44e491a098db0d19e7e48b4b4b47de..5f8611bd9fbbf2867b08e262cdcb69b30277d6c9 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.0",
+  "version": "4.2.1",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 1bae528632b49c82420b0eba65f3020d49ebe645..d10923ce5c5be598f25873d32efba16409a5ffa5 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.0",
+  "version": "4.2.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 8fa9b441f29e8e5c146a7a3b858407f50fc820e8..0f5f6fd726e6e38d82fb648583748f30081ed435 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.0
+sonar.projectVersion=4.2.1
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 2558462fdb96cdf07c14b811489539739ca1f6f8..b36d1dacf427e60a21bd7dc0b5e8173e95f3cbcf 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.0'
+export const version = '4.2.1'
 // x-release-please-end