chore(master): release 4.4.2 (#2635) v4.4.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Fri, 25 Oct 2024 15:36:42 +0000 (17:36 +0200)
committerGitHub <noreply@github.com>
Fri, 25 Oct 2024 15:36:42 +0000 (17:36 +0200)
* chore(master): release 4.4.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 f4b3cc51344d449353e25636e2ddeac5099625d8..7cb89f2d40f1cef60ff55c9ca18fe12a5fc91a83 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.4.1"
+  ".": "4.4.2"
 }
index 001f70d5d505e03bd9b985e01158656573dde96c..33b66fc537599b02a6585e3f8cfc3acd8712504a 100644 (file)
@@ -5,6 +5,29 @@ 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.4.2](https://github.com/poolifier/poolifier/compare/v4.4.1...v4.4.2) (2024-10-25)
+
+
+### 🐞 Bug Fixes
+
+* ensure WorkerError similarity between cluster and worker-threads ([1b12ff4](https://github.com/poolifier/poolifier/commit/1b12ff49353f2ba5eadd8fc0241895b050cbc3d4))
+
+
+### ✨ Polish
+
+* factor out WorkerError handling ([6f82891](https://github.com/poolifier/poolifier/commit/6f82891836b8086f8239430dc25abb364fa53e0f))
+
+
+### 📚 Documentation
+
+* cleanup code comment typo ([c47de87](https://github.com/poolifier/poolifier/commit/c47de879e9f3fbd1e3bce8bf2d84864faaf1b69f))
+* publish documentation ([ec0e975](https://github.com/poolifier/poolifier/commit/ec0e975933e833d15e76a95798759e2b3e3e4ce0))
+
+
+### 🤖 Automation
+
+* **deps:** bump the regular group across 11 directories with 1 update ([#2636](https://github.com/poolifier/poolifier/issues/2636)) ([42797ef](https://github.com/poolifier/poolifier/commit/42797efe5f727ab68e940049a7f83c8a7708ab8c))
+
 ## [4.4.1](https://github.com/poolifier/poolifier/compare/v4.4.0...v4.4.1) (2024-10-24)
 
 
index d7baca9aa363a60db4bc916e6a43844c34453ece..02887a8ead9e849c88b5bf310d65739110aa7ef4 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.4.1",
+  "version": "4.4.2",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 1d964674dedaf54b9dcd6de9d872ed12955b203c..9af921902bd7506138b90bd9fbdcae31b1cbe884 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.4.1",
+  "version": "4.4.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 643edf6040dce88324c56fffedfe9a038e0ee4ec..061ce532e3c071b4f0479f8a5d3c0df7fb026f10 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.4.1
+sonar.projectVersion=4.4.2
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 479690da669368a4584dbd679d60e3baff1ad14d..71b00e6abeea599afbb917ef5919fceb1d93dcae 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.4.1'
+export const version = '4.4.2'
 // x-release-please-end