Skip to content

Commit 639488c

Browse files
committed
chore(release): 5.1.4
1 parent 260a87c commit 639488c

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
### [5.1.4](https://github.com/piscinajs/piscina/compare/v5.1.3...v5.1.4) (2025-11-07)
6+
7+
8+
### Bug Fixes
9+
10+
* add provenance ([#885](https://github.com/piscinajs/piscina/issues/885)) ([ca951fe](https://github.com/piscinajs/piscina/commit/ca951febd2fab0b1371d9d2b18e4e0d729846fd5))
11+
* standardize normalize calculation of stddev ([#924](https://github.com/piscinajs/piscina/issues/924)) ([260a87c](https://github.com/piscinajs/piscina/commit/260a87c6741f5a8ad4ded28735d549e15d62d0ce))
12+
513
### [5.1.3](https://github.com/piscinajs/piscina/compare/v5.1.2...v5.1.3) (2025-07-09)
614

715

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "piscina",
3-
"version": "5.1.3",
3+
"version": "5.1.4",
44
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
55
"main": "./dist/main.js",
66
"types": "./dist/index.d.ts",
@@ -67,4 +67,4 @@
6767
"example": "examples",
6868
"test": "test"
6969
}
70-
}
70+
}

0 commit comments

Comments
 (0)