Skip to content

Commit

Permalink
chore: publish v9.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jun 28, 2024
1 parent 007a3d4 commit fc0959d
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 19 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
https://github.com/josdejong/workerpool


## 2024-06-28, version 9.1.3

- Fix transferring from the worker (#455). Thanks @LeonidPolukhin.


## 2024-06-04, version 9.1.2

- Fix: #446 ensure the library can be used with older browsers.
Expand Down
30 changes: 15 additions & 15 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workerpool",
"license": "Apache-2.0",
"version": "9.1.2",
"version": "9.1.3",
"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 <[email protected]> (https://github.com/josdejong)",
Expand Down Expand Up @@ -45,14 +45,14 @@
"@rollup/plugin-json": "6.1.0",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-terser": "0.4.4",
"@types/node": "20.14.5",
"@types/node": "20.14.9",
"c8": "10.1.2",
"core-js": "3.37.1",
"date-format": "4.0.14",
"find-process": "1.4.7",
"fs-extra": "11.2.0",
"mocha": "10.4.0",
"mocha": "10.5.2",
"rollup": "4.18.0",
"typescript": "5.4.5"
"typescript": "5.5.2"
}
}

0 comments on commit fc0959d

Please sign in to comment.