chore(master): release 4.4.1 (#2632) v4.4.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Thu, 24 Oct 2024 20:35:19 +0000 (22:35 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2024 20:35:19 +0000 (22:35 +0200)
* chore(master): release 4.4.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 fb1f343c6a9540d0a7caeb80b1635959b980911e..f4b3cc51344d449353e25636e2ddeac5099625d8 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.4.0"
+  ".": "4.4.1"
 }
index 1cdfc7e66cd47ccb2cb04eae555a17386852e9cd..001f70d5d505e03bd9b985e01158656573dde96c 100644 (file)
@@ -5,6 +5,18 @@ 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.1](https://github.com/poolifier/poolifier/compare/v4.4.0...v4.4.1) (2024-10-24)
+
+
+### 🐞 Bug Fixes
+
+* ensure worker error is propagated unchanged if possible ([#2634](https://github.com/poolifier/poolifier/issues/2634)) ([7e582d6](https://github.com/poolifier/poolifier/commit/7e582d647a6e2fff7aba7431133638dcfd0fa6f9))
+
+
+### 📚 Documentation
+
+* publish documentation ([cb9d18c](https://github.com/poolifier/poolifier/commit/cb9d18cc44c7be166b31dbdf2197563a3f713175))
+
 ## [4.4.0](https://github.com/poolifier/poolifier/compare/v4.3.0...v4.4.0) (2024-10-24)
 
 
index bead43541131299f52ce604fecff86146337a547..d7baca9aa363a60db4bc916e6a43844c34453ece 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.0",
+  "version": "4.4.1",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 265f134a7f98839b5f97741a84257d888aee4d20..94799ea597214b6707bedce8e63d6c8c7e0414c4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.4.0",
+  "version": "4.4.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 42e378ce3c481d824c7acf8de281274390ef939b..643edf6040dce88324c56fffedfe9a038e0ee4ec 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.0
+sonar.projectVersion=4.4.1
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index f2974593fc111f688343f5a6206a5ce00c0e1a8e..479690da669368a4584dbd679d60e3baff1ad14d 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.4.0'
+export const version = '4.4.1'
 // x-release-please-end