chore: v4.0.14
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 20:34:31 +0000 (22:34 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 12 Jun 2024 20:34:31 +0000 (22:34 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index b27700999746c9bfb7d2baffed5b616ead6198ca..3f1fd28f67039c4198da767baf3cdec6769fd172 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [4.0.14] - 2024-06-12
+
 ### Changed
 
 - Add mapExecute() helper to execute a task function on an iterable data's input.
index 060ceee58d4313943c72019dfdc5f614ec1b670d..376d9ed6d0501455fae28b6cf9e1148d59b985fa 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.0.13",
+  "version": "4.0.14",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index 78b56993435ed22be942b58c75b57bd9a532168e..ad4ccd8a19604d281abada35717d84f1c8f4f1a4 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "4.0.13",
+  "version": "4.0.14",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 631241aefab4251377bf1f7fbbd4cb1ac3fa31eb..201697f363bee0fe6f1ce8af10ac5a0d4020b98d 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=4.0.13
+sonar.projectVersion=4.0.14
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index f4b6c49e2e82d90bb4860088144b6eacaac04655..6b242908473b1e94d2453b84b1e161380a232242 100644 (file)
@@ -1 +1 @@
-export const version = '4.0.13'
+export const version = '4.0.14'