Skip to content

Commit

Permalink
chore: publish v9.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Dec 22, 2023
1 parent 6417eaf commit 90154d0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Expand Up @@ -2,6 +2,11 @@
https://github.com/josdejong/workerpool


## 2023-12-22, version 9.0.4

- Improve the logic to detect the Node.js platform (#421). Thanks @tamuratak.


## 2023-12-20, version 9.0.3

- Improve types: unwrap Promise types (#419). Thanks @joshkel.
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.3",
"version": "9.0.4",
"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 90154d0

Please sign in to comment.