chore: v3.1.30
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Apr 2024 14:29:41 +0000 (16:29 +0200)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Mon, 22 Apr 2024 14:29:41 +0000 (16:29 +0200)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index 29c8a2a1d0bf6725b43b3f6647335070bde47052..4986a585d356cc734bcfeda23377a66def15a218 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.30] - 2024-04-22
+
 ### Fixed:
 
 - Fix `transferList` argument type definition.
index 23bcc11304373d47a11f8af0f4e79229a7d793a4..ee7f7c4b02c50f21778573c5ff267c745a7698d1 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.29",
+  "version": "3.1.30",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index d9d07d26547f6febfbf306fb9bcc709dfff35789..5f94655da07b8600faec1f0f201ea5ff28fe770c 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.29",
+  "version": "3.1.30",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index e7c42b2c3ab8644a0b66fda4707e7bb331c51764..651ddf7f9be086c353fe35ced592327a72e8cac0 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.29
+sonar.projectVersion=3.1.30
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 5cb4c1f8a0d456caad628c6a7223a9d6dc37320a..199d0bf52bdbad66bf550cd903947e0b33648392 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.29'
+export const version = '3.1.30'