Skip to content

Commit

Permalink
chore: release v4.1.0 (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Aug 1, 2023
1 parent bbaa84f commit a773c0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -819,6 +819,19 @@ as a configuration option in lieu of always creating their own.
## Release Notes
### 4.1.0
#### Features
* add `needsDrain` property ([#368](https://github.com/piscinajs/piscina/issues/368)) ([2d49b63](https://github.com/piscinajs/piscina/commit/2d49b63368116c172a52e2019648049b4d280162))
* 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))
#### Bug Fixes
* Fix types for TypeScript 4.7 ([#239](https://github.com/piscinajs/piscina/issues/239)) ([a38fb29](https://github.com/piscinajs/piscina/commit/a38fb292e8fcc45cc20abab8668f82d908a24dc0))
* use CJS imports ([#374](https://github.com/piscinajs/piscina/issues/374)) ([edf8dc4](https://github.com/piscinajs/piscina/commit/edf8dc4f1a19e9b49e266109cdb70d9acc86f3ca))
### 4.0.0
* Drop Node.js 14.x support
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "piscina",
"version": "4.0.0",
"version": "4.1.0",
"description": "A fast, efficient Node.js Worker Thread Pool implementation",
"main": "./dist/src/index.js",
"exports": {
Expand All @@ -14,7 +14,7 @@
"lint": "standardx \"**/*.{ts,mjs,js,cjs}\" | snazzy",
"test": "tap --ts",
"test:ci": "npm run lint && npm run build && npm run test:coverage",
"test:coverage" : "tap --ts --cov --coverage-report=html --no-browser --no-check-coverage",
"test:coverage": "tap --ts --cov --coverage-report=html --no-browser --no-check-coverage",
"prepack": "npm run build"
},
"repository": {
Expand Down

0 comments on commit a773c0d

Please sign in to comment.