]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.1 (#2906) v5.0.1
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 1 Jul 2025 17:17:42 +0000 (19:17 +0200)
committerGitHub <noreply@github.com>
Tue, 1 Jul 2025 17:17:42 +0000 (19:17 +0200)
* chore(master): release 5.0.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 32dbe0e2b0f372a28a992a38a9c6f8801b232ca4..9d5573ce6c5763b9ef4515279f7f7b74fc745d14 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.0"
+  ".": "5.0.1"
 }
index e9adcf561728293af6d86259563eceba413880fc..80fcfeccd97e995231a9e6c434be79e48a93d08f 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).
 
+## [5.0.1](https://github.com/poolifier/poolifier/compare/v5.0.0...v5.0.1) (2025-07-01)
+
+
+### ⚡ Performance
+
+* remove unneeded worker class event emitter inheritance ([8e77a4e](https://github.com/poolifier/poolifier/commit/8e77a4e6c2aab9717609ce5f687d4c0103de7c4a))
+
+
+### 📚 Documentation
+
+* publish documentation ([a839173](https://github.com/poolifier/poolifier/commit/a839173dd62763694ff06bbb32f3848ee4ca3ded))
+
 ## [5.0.0](https://github.com/poolifier/poolifier/compare/v4.4.5...v5.0.0) (2025-07-01)
 
 
index 141e8330b7c39e8c6133ff721bfe366972962267..5c2734cd74ca39ab627a4b786ab0107d29a8cfb9 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": "5.0.0",
+  "version": "5.0.1",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 0bb3afd138bf246f0d2dbe72ddc0dc00f7f98afe..9bef0466912269544693e34d9b8ef4415d25871f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.0",
+  "version": "5.0.1",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 3601535644cb3bcad1b4c811b1e89da56d6597da..3c03406563ca8b0f5e2ab3115bc9563e2e123118 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=5.0.0
+sonar.projectVersion=5.0.1
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index cdf0dfab70c5fab0b5bdf55b4b2cb293d3df83e6..bb89c22a979f515f8051e3c8f13826581462e2c4 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.0'
+export const version = '5.0.1'
 // x-release-please-end