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

index 6f6ffd1dfa26873eafffb69f82f8e9baa5de2938..6d88f0ba25780bb0a1330f9ed41c84fb371bd413 100644 (file)
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## [Unreleased]
 
+## [3.1.27] - 2024-03-27
+
 ### Fixed
 
 - Fix publishing on JSR, take 4.
index babe13bb648552ee5ccd3a4a1a2ccef180d434fb..8565379eeeaaf79618702618d8daea5feddddd68 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.26",
+  "version": "3.1.27",
   "exports": "./src/index.ts",
   "publish": {
     "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
index e80fc1edc5098452d0e1b282eab7ac30f38ed3e0..b97d10bcc1e1b819ccda903618d280bb71fd8375 100644 (file)
@@ -1,7 +1,7 @@
 {
   "$schema": "https://json.schemastore.org/package",
   "name": "poolifier",
-  "version": "3.1.26",
+  "version": "3.1.27",
   "description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
   "license": "MIT",
   "type": "module",
index d458d812ccf5da1482211526f4c2434de20ef05c..f8f09b16e5649f121cc2d867f3780f3e9c940642 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.26
+sonar.projectVersion=3.1.27
 sonar.host.url=https://sonarcloud.io
 #sonar.sources=src
 sonar.sources=lib
index 26b5e95d91c16a2b03286519df36c23337382620..4b7704398f41166ff73964decac5c862fa9752a3 100644 (file)
@@ -1 +1 @@
-export const version = '3.1.26'
+export const version = '3.1.27'