Skip to content

Commit

Permalink
chore: publish v9.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 19, 2023
1 parent 66edf85 commit 103b11a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,12 @@
https://github.com/josdejong/workerpool


## 2023-12-19, version 9.0.2

- Export the `Proxy` type (see #417). Thanks @tamuratak.
- Use workerpool's `Promise` type definition (see #417). Thanks @tamuratak.


## 2023-12-18, version 9.0.1

- Export the types `Pool`, `WorkerPoolOptions`, and `WorkerRegisterOptions`,
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.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "workerpool",
"license": "Apache-2.0",
"version": "9.0.1",
"version": "9.0.2",
"description": "Offload tasks to a pool of workers on node.js and in the browser",
"homepage": "https://github.com/josdejong/workerpool",
"author": "Jos de Jong <wjosdejong@gmail.com> (https://github.com/josdejong)",
Expand Down

0 comments on commit 103b11a

Please sign in to comment.