{
- ".": "4.0.17"
+ ".": "4.0.18"
}
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [4.0.18](https://github.com/poolifier/poolifier/compare/v4.0.17...v4.0.18) (2024-07-11)
+
+
+### 🐞 Bug Fixes
+
+* null exception when a task errored ([ac5ee55](https://github.com/poolifier/poolifier/commit/ac5ee55ef0ad7dc29f3d0bc6906e2e127dc2e026))
+
+
+### ✨ Polish
+
+* **priority-queue:** cleanup intermediate variables namespace ([bb5d86b](https://github.com/poolifier/poolifier/commit/bb5d86b228984c83011f07de7b012f1fcd48fe0a))
+
+
+### 🧪 Tests
+
+* improve WorkerNode init coverage ([bcac180](https://github.com/poolifier/poolifier/commit/bcac1803a87e7cbb6fcbebd691a322d796266329))
+
+
+### 📚 Documentation
+
+* fix CHANGELOG.md formatting ([1823a63](https://github.com/poolifier/poolifier/commit/1823a63f7348cbe1a954b8d3a431bb8087cf8b76))
+* flag WorkerChoiceStrategiesContext class as internal ([9eacd2e](https://github.com/poolifier/poolifier/commit/9eacd2e07943c40c0b984de621fc9542f959aed6))
+* publish documentation ([62d0f6f](https://github.com/poolifier/poolifier/commit/62d0f6fe252439cf9a7d71c290a3f1a162aeb829))
+
+
+### 🤖 Automation
+
+* **deps-dev:** bump tatami-ng from 0.4.16 to 0.5.1 ([#2453](https://github.com/poolifier/poolifier/issues/2453)) ([d7b4ed8](https://github.com/poolifier/poolifier/commit/d7b4ed89bb9f65c94af724ec2de0de7f19bbdc64))
+
## [4.0.17](https://github.com/poolifier/poolifier/compare/v4.0.16...v4.0.17) (2024-07-07)
### ⚡ Performance
{
"$schema": "https://jsr.io/schema/config-file.v1.json",
"name": "@poolifier/poolifier",
- "version": "4.0.17",
+ "version": "4.0.18",
"exports": "./src/index.ts",
"publish": {
- "include": ["LICENSE", "README.md", "jsr.json", "src/**/*.ts"]
+ "include": [
+ "LICENSE",
+ "README.md",
+ "jsr.json",
+ "src/**/*.ts"
+ ]
}
}
{
"$schema": "https://json.schemastore.org/package",
"name": "poolifier",
- "version": "4.0.17",
+ "version": "4.0.18",
"description": "Fast and small Node.js Worker_Threads and Cluster Worker Pool",
"license": "MIT",
"type": "module",
"url": "https://github.com/poolifier/poolifier/issues"
},
"homepage": "https://github.com/poolifier/poolifier#readme",
- "files": ["lib"],
+ "files": [
+ "lib"
+ ],
"pnpm": {
"overrides": {
"semver": "^7.5.3"
sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.projectName=poolifier
# x-release-please-start-version
-sonar.projectVersion=4.0.17
+sonar.projectVersion=4.0.18
# x-release-please-end
sonar.host.url=https://sonarcloud.io
#sonar.sources=src
// x-release-please-start-version
-export const version = '4.0.17'
+export const version = '4.0.18'
// x-release-please-end