chore(master): release 4.4.4 (#2639)
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Sat, 26 Oct 2024 20:09:37 +0000 (22:09 +0200)
committerGitHub <noreply@github.com>
Sat, 26 Oct 2024 20:09:37 +0000 (22:09 +0200)
* chore(master): release 4.4.4

* [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 465e1a2aed76978dd1eae64ff5be4bc14b0df581..e575b70ea8136c47aa644730332b6ad5ffc44bff 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "4.4.3"
+  ".": "4.4.4"
 }
index 1f0a2eb5fcf9edb1f7dc0c6ff52a778dc877664b..3b003ac2a8f56bebdf26abf85bf51a9bb8648de0 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.4.4](https://github.com/poolifier/poolifier/compare/v4.4.3...v4.4.4) (2024-10-26)
+
+
+### ⚡ Performance
+
+* move tasks promise map entry deletion to a micro task ([722a827](https://github.com/poolifier/poolifier/commit/722a827f60eea10650958617bea72094ed702a08))
+* use micro tasks in tasks handling code paths ([48867d8](https://github.com/poolifier/poolifier/commit/48867d87c92c2cd6f2585db235a064dd6ef854cd))
+
+
+### 📚 Documentation
+
+* publish documentation ([8f8bebc](https://github.com/poolifier/poolifier/commit/8f8bebcae9c533f17fef20cd1ca2daa65616d1cf))
+
 ## [4.4.3](https://github.com/poolifier/poolifier/compare/v4.4.2...v4.4.3) (2024-10-26)
 
 
index 9fccf68a22434519996a79e128f8eeb283492a23..237b6675301882915dee22f45cafb5871b01e804 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.3",
+  "version": "4.4.4",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index be46fd0fe2c046937fa712b9dfe321d342a58e92..7cd21474ef7bdf8c4ddfa0754828faf7449d2555 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.4.3",
+  "version": "4.4.4",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 9be83251fd7868b3e866d5f33af04501bdcaecbc..91352495ab2d353bfd2c8e7f75635b089c44fe62 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.3
+sonar.projectVersion=4.4.4
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index 3b7bd0fcb98bbce70ff28e961aaa295c075c7246..3d84b04120e641b788bf7757c04f1fd859f5aca5 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '4.4.3'
+export const version = '4.4.4'
 // x-release-please-end