chore: v4.0.0 v4.0.0
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 30 Apr 2024 19:34:59 +0000 (21:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Tue, 30 Apr 2024 19:34:59 +0000 (21:34 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index fad95b95b21555d1ede62e6febd7a30b29958046..e9d570eb2bdc15dc0b287f7c4f9ac6d9e7a2411a 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.0] - 2024-04-30
+
 ### Changed
 
 - Support per task function(s) priority and worker choice strategy definition via a task function object: `{ taskFunction: (data?: Data) => Response | Promise<Response>, priority?: number, strategy?: WorkerChoiceStrategy }`.
index ee7f7c4b02c50f21778573c5ff267c745a7698d1..dd410e679c468e4b9a0781fe9927ed309654c05e 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": "3.1.30",
+  "version": "4.0.0",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index d1b5ffa90a38848a39fefe09dadae96c0239dd48..c893eac1000a1a92424ef2b8bb4ccb9b289eb2ff 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.30",
+  "version": "4.0.0",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 651ddf7f9be086c353fe35ced592327a72e8cac0..b03ec3712d652d1aed5eb7d914b836f2b90eef1e 100644 (file)
@@ -3,7 +3,7 @@ sonar.organization=poolifier
 sonar.javascript.exclusions=lib/**/*.mjs
 sonar.javascript.lcov.reportPaths=coverage/lcov.info
 sonar.projectName=poolifier
-sonar.projectVersion=3.1.30
+sonar.projectVersion=4.0.0
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 199d0bf52bdbad66bf550cd903947e0b33648392..91acebf81b80c0dce0ee640feaad53996eaf73b6 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.30'
+export const version = '4.0.0'