]> Piment Noir Git Repositories - poolifier.git/commitdiff
chore(master): release 5.0.2 (#2907) v5.0.2
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 2 Jul 2025 14:08:47 +0000 (16:08 +0200)
committerGitHub <noreply@github.com>
Wed, 2 Jul 2025 14:08:47 +0000 (16:08 +0200)
* chore(master): release 5.0.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 9d5573ce6c5763b9ef4515279f7f7b74fc745d14..162da858070c6de5308675d23ec37cdee420a7a1 100644 (file)
@@ -1,3 +1,3 @@
 {
-  ".": "5.0.1"
+  ".": "5.0.2"
 }
index 80fcfeccd97e995231a9e6c434be79e48a93d08f..391b689a6ffe8df08d04018ecfe70ac270f030c1 100644 (file)
@@ -5,6 +5,24 @@ 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.2](https://github.com/poolifier/poolifier/compare/v5.0.1...v5.0.2) (2025-07-02)
+
+
+### ✨ Polish
+
+* coding style cleanups ([963e668](https://github.com/poolifier/poolifier/commit/963e6682981bfb39b95e252c5a83a2b4fca16302))
+
+
+### 📚 Documentation
+
+* publish documentation ([abd5fcb](https://github.com/poolifier/poolifier/commit/abd5fcbefd80cd9f9a9deca49e3472997e89d732))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump the regular group with 3 updates ([#2908](https://github.com/poolifier/poolifier/issues/2908)) ([fb89f99](https://github.com/poolifier/poolifier/commit/fb89f996dc1db22ca53a254bd5721ee6d1e61a4c))
+* **deps:** bump the regular group across 11 directories with 2 updates ([#2909](https://github.com/poolifier/poolifier/issues/2909)) ([e738863](https://github.com/poolifier/poolifier/commit/e7388636cd25ba430c56ed2b28c092bd6a18bd73))
+
 ## [5.0.1](https://github.com/poolifier/poolifier/compare/v5.0.0...v5.0.1) (2025-07-01)
 
 
index 5c2734cd74ca39ab627a4b786ab0107d29a8cfb9..c9f9494897f3b0eaf2cb70418c14e74b83afeca1 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.1",
+  "version": "5.0.2",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index aa9192a1a0c15e4f30448d0bd05ec27b88685fe4..b9fd2ca5336dfb67b338e503f04be333686a444f 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "5.0.1",
+  "version": "5.0.2",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 3c03406563ca8b0f5e2ab3115bc9563e2e123118..c5fe45dca89b8f6a070dfc4ecaeb45a79cba01b0 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.1
+sonar.projectVersion=5.0.2
 # x-release-please-end
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
index bb89c22a979f515f8051e3c8f13826581462e2c4..bf343ff348e7b575554c6e55fe6f7a5dea81bf46 100644 (file)
@@ -1,3 +1,3 @@
 // x-release-please-start-version
-export const version = '5.0.1'
+export const version = '5.0.2'
 // x-release-please-end