chore(master): release 4.2.3 (#2529) v4.2.3
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 19 Aug 2024 13:54:39 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Mon, 19 Aug 2024 13:54:39 +0000 (15:54 +0200)
* chore(master): release 4.2.3

* [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 132ec753b336754265e4892ffe6738db4eacb540..90224744049c5e3bb33485fa1809e8a691e9f06d 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.2.2"
+  ".": "4.2.3"
 }
index 5d38b64d9c584c6dc95974f77ed040e50b73a000..e186c249fdca14ec3125258d95610f78709cb950 100644 (file)
@@ -5,6 +5,33 @@ 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.3](https://github.com/poolifier/poolifier/compare/v4.2.2...v4.2.3) (2024-08-19)
+
+
+### 🐞 Bug Fixes
+
+* account for all stealing worker nodes ([d967235](https://github.com/poolifier/poolifier/commit/d9672350c04638ef28b10b6f480e8e7cd89256f0))
+
+
+### ✨ Polish
+
+* define a variable only when needed ([4f28c7a](https://github.com/poolifier/poolifier/commit/4f28c7ae4e0c53cb328c4e5bdfe246f02fe1baf2))
+* display back pressured worker nodes in pool info ([8c7a518](https://github.com/poolifier/poolifier/commit/8c7a518dde490c0d370dff2e47ee86062d715dad))
+
+
+### 📚 Documentation
+
+* publish documentation ([e4db94f](https://github.com/poolifier/poolifier/commit/e4db94fc95fd5bb37fd446516f29b62fe38dc7fb))
+
+
+### 🤖 Automation
+
+* **deps-dev:** apply updates ([5a96b64](https://github.com/poolifier/poolifier/commit/5a96b64531b368fd4bf10225d48f7561fae4c90d))
+* **deps-dev:** bump @types/node in the regular group ([#2533](https://github.com/poolifier/poolifier/issues/2533)) ([b2cd95b](https://github.com/poolifier/poolifier/commit/b2cd95b7775f9a742a57de02d61a74dfef0aad24))
+* **deps-dev:** bump eslint-plugin-jsdoc in the regular group ([d20645f](https://github.com/poolifier/poolifier/commit/d20645fe19102bd39357bb23979f7684fe9fd5e3))
+* **deps-dev:** bump the regular group across 11 directories with 1 update ([#2534](https://github.com/poolifier/poolifier/issues/2534)) ([a9c233d](https://github.com/poolifier/poolifier/commit/a9c233d841db2bd396829465d16682e160e82093))
+* **deps:** bump the regular group across 11 directories with 2 updates ([c657b5d](https://github.com/poolifier/poolifier/commit/c657b5df7dc5bbd8b63f6b2ced8c5d7b574c5969))
+
 ## [4.2.2](https://github.com/poolifier/poolifier/compare/v4.2.1...v4.2.2) (2024-08-14)
 
 
index 7b9f0d7cf6c37e5010749992bd4f197dc9ac8169..0f72fa68378b2815168a58af0cb72cd9507c0a20 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.2",
+  "version": "4.2.3",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 4fdd6bc98b63b7b69bf0a821e750c8eed21b32af..6f028cf6ee9d06eb46f16bd5706aabb891ce7874 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.2.2",
+  "version": "4.2.3",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 3a9eb74f3178a3e0e15cd352ff26e9a1c1939fc0..7401420b6c77bc02dc7bd11ac7b1350b63b04740 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.2
+sonar.projectVersion=4.2.3
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index c4ba1a9dcdd1e00931f792612577c23c750aad30..6624e506342b143bf40959ce984aa98b84f4ad75 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.2.2'
+export const version = '4.2.3'
 // x-release-please-end