Skip to content

Commit 2097c2b

Browse files
chore(master): release 5.1.0 (#2925)
* chore(master): release 5.1.0 * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 68e5663 commit 2097c2b

File tree

6 files changed

+36
-5
lines changed

6 files changed

+36
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "5.0.9"
2+
".": "5.1.0"
33
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,37 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [5.1.0](https://github.com/poolifier/poolifier/compare/v5.0.9...v5.1.0) (2025-07-15)
9+
10+
11+
### 🚀 Features
12+
13+
* account task wait time in least ELU strategy ([673d651](https://github.com/poolifier/poolifier/commit/673d651cc621bcf2325bd31df7f6850c81371c4a))
14+
15+
16+
### ✨ Polish
17+
18+
* **queue:** cleanup variables namespace ([5434cce](https://github.com/poolifier/poolifier/commit/5434cce8cce124245882592ee9ab753b06cfaf41))
19+
20+
21+
### 🧪 Tests
22+
23+
* add sleep to avoid skipping ([a8135dd](https://github.com/poolifier/poolifier/commit/a8135ddb06a374b77a8ffc44586e52c39cd44b41))
24+
* delay pool destroy ([68e5663](https://github.com/poolifier/poolifier/commit/68e5663a85ec5932a71abc81b938a730934d1fb5))
25+
* reduce mocha timeout ([fe509db](https://github.com/poolifier/poolifier/commit/fe509dbdd8a07d94dae66064a8d7db3e928db493))
26+
* revert test skipping ([3d9c240](https://github.com/poolifier/poolifier/commit/3d9c240c28e65c370e882ffbb95e41d8ee2758f0))
27+
28+
29+
### 📚 Documentation
30+
31+
* publish documentation ([8dae565](https://github.com/poolifier/poolifier/commit/8dae56540d73d286eeed363c336515308760ea28))
32+
33+
34+
### 🤖 Automation
35+
36+
* **deps-dev:** bump the regular group with 2 updates ([#2927](https://github.com/poolifier/poolifier/issues/2927)) ([b39240e](https://github.com/poolifier/poolifier/commit/b39240ece1de9c5c38aca80383addf40fab13252))
37+
* **deps:** bump the regular group across 11 directories with 1 update ([#2926](https://github.com/poolifier/poolifier/issues/2926)) ([92acda5](https://github.com/poolifier/poolifier/commit/92acda5bd41bfe92f253e929986d3ad11c6a834a))
38+
839
## [5.0.9](https://github.com/poolifier/poolifier/compare/v5.0.8...v5.0.9) (2025-07-11)
940

1041

jsr.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://jsr.io/schema/config-file.v1.json",
33
"name": "@poolifier/poolifier",
4-
"version": "5.0.9",
4+
"version": "5.1.0",
55
"exports": "./src/index.ts",
66
"publish": {
77
"include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://json.schemastore.org/package",
33
"name": "poolifier",
4-
"version": "5.0.9",
4+
"version": "5.1.0",
55
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
66
"license": "MIT",
77
"type": "module",

sonar-project.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sonar.javascript.exclusions=lib/**/*.mjs
44
sonar.javascript.lcov.reportPaths=coverage/lcov.info
55
sonar.projectName=poolifier
66
# x-release-please-start-version
7-
sonar.projectVersion=5.0.9
7+
sonar.projectVersion=5.1.0
88
# x-release-please-end
99
sonar.host.url=https://sonarcloud.io
1010
#sonar.sources=src

src/pools/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
// x-release-please-start-version
2-
export const version = '5.0.9'
2+
export const version = '5.1.0'
33
// x-release-please-end

0 commit comments

Comments
 (0)