chore: v3.1.25 v3.1.25
authorJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Mar 2024 10:14:57 +0000 (11:14 +0100)
committerJérôme Benoit <jerome.benoit@piment-noir.org>
Wed, 27 Mar 2024 10:14:57 +0000 (11:14 +0100)
CHANGELOG.md
jsr.json
package.json
sonar-project.properties
src/pools/version.ts

index ed05406dfa80fac2ecc1eb09cc26bf63bd5cfc14..83e2f8735e22b92b579d2d894bbdb4e4fb58ed49 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.25] - 2024-03-27
+
 ### Fixed
 
 - Fix publishing on JSR, take 2.
index 70a2fb8041e70e535525dfd4555c05af94f3ce05..bcf3e369e7d1ef7dfc1d4da70c3f2cd100b81765 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.24",
+  "version": "3.1.25",
   "exports": "./lib/index.mjs",
   "publish": {
     "include": [
index 55eb1ecb96f04cfdafe995c4e324ffb2754db5cf..3b0917777555330b9519c9cdbd56a9567bcdbccd 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.24",
+  "version": "3.1.25",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index 6726ff6ea31b7a8cf4b27fbf78af28569b1064fa..d7e7773a82cb30a945c758f6050f5e9cbeb24bc2 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.24
+sonar.projectVersion=3.1.25
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 9dd1190626610f3b2b85c49bc014c041c4e358e5..ffe13d10f744a73fd5fa81c6da183f3cc232f4b2 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.24'
+export const version = '3.1.25'