Skip to content

Commit efc2a70

Browse files
committed
chore: publish v9.2.0
1 parent b1885d3 commit efc2a70

File tree

5 files changed

+10
-8
lines changed

5 files changed

+10
-8
lines changed

Diff for: HISTORY.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
https://github.com/josdejong/workerpool
33

44

5-
## unpublished changes since version 9.1.3
5+
## 2024-10-11, version 9.2.0
66

7+
- Feat: implement support for abort handlers in the workers (#448).
8+
Thanks @joshLong145.
79
- Feat: implement `Promise.finally()` on the custom promise class (#388).
810
Thanks @joshLong145 and @wmertens.
911
- Fix #460: `vite` example not working (#461). Thanks @datashaman.

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -539,10 +539,10 @@ To see the coverage results, open the generated report in your browser:
539539

540540
## Publish
541541

542-
- Describe changes in HISTORY.md
542+
- Describe changes in HISTORY.md.
543543
- Update version in package.json, run `npm install` to update it in `package-lock.json` too.
544-
- Push to Github
545-
- Deploy to npm via `npm publish`
544+
- Push to GitHub.
545+
- Deploy to npm via `npm publish`.
546546
- Add a git tag with the version number like:
547547
```
548548
git tag v1.2.3

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "workerpool",
33
"license": "Apache-2.0",
4-
"version": "9.1.3",
4+
"version": "9.2.0",
55
"description": "Offload tasks to a pool of workers on node.js and in the browser",
66
"homepage": "https://github.com/josdejong/workerpool",
77
"author": "Jos de Jong <[email protected]> (https://github.com/josdejong)",

Diff for: src/generated/embeddedWorker.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)