Skip to content

Commit a773c0d

Browse files
authored
chore: release v4.1.0 (#385)
1 parent bbaa84f commit a773c0d

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,19 @@ as a configuration option in lieu of always creating their own.
819819
820820
## Release Notes
821821
822+
### 4.1.0
823+
824+
#### Features
825+
826+
* add `needsDrain` property ([#368](https://github.com/piscinajs/piscina/issues/368)) ([2d49b63](https://github.com/piscinajs/piscina/commit/2d49b63368116c172a52e2019648049b4d280162))
827+
* correctly handle process.exit calls outside of a task ([#361](https://github.com/piscinajs/piscina/issues/361)) ([8e6d16e](https://github.com/piscinajs/piscina/commit/8e6d16e1dc23f8bb39772ed954f6689852ad435f))
828+
829+
830+
#### Bug Fixes
831+
832+
* Fix types for TypeScript 4.7 ([#239](https://github.com/piscinajs/piscina/issues/239)) ([a38fb29](https://github.com/piscinajs/piscina/commit/a38fb292e8fcc45cc20abab8668f82d908a24dc0))
833+
* use CJS imports ([#374](https://github.com/piscinajs/piscina/issues/374)) ([edf8dc4](https://github.com/piscinajs/piscina/commit/edf8dc4f1a19e9b49e266109cdb70d9acc86f3ca))
834+
822835
### 4.0.0
823836
824837
* Drop Node.js 14.x support

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": "4.0.0",
3+
"version": "4.1.0",
44
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
55
"main": "./dist/src/index.js",
66
"exports": {
@@ -14,7 +14,7 @@
1414
"lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",
1515
"test": "tap --ts",
1616
"test:ci": "npm run lint && npm run build && npm run test:coverage",
17-
"test:coverage" : "tap --ts --cov --coverage-report=html --no-browser --no-check-coverage",
17+
"test:coverage": "tap --ts --cov --coverage-report=html --no-browser --no-check-coverage",
1818
"prepack": "npm run build"
1919
},
2020
"repository": {

0 commit comments

Comments
 (0)