Skip to content

Commit

Permalink
chore: publish v9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Oct 11, 2024
1 parent b1885d3 commit efc2a70
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
https://github.com/josdejong/workerpool


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

- Feat: implement support for abort handlers in the workers (#448).
Thanks @joshLong145.
- Feat: implement `Promise.finally()` on the custom promise class (#388).
Thanks @joshLong145 and @wmertens.
- Fix #460: `vite` example not working (#461). Thanks @datashaman.
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,10 +539,10 @@ To see the coverage results, open the generated report in your browser:

## Publish

- Describe changes in HISTORY.md
- Describe changes in HISTORY.md.
- Update version in package.json, run `npm install` to update it in `package-lock.json` too.
- Push to Github
- Deploy to npm via `npm publish`
- Push to GitHub.
- Deploy to npm via `npm publish`.
- Add a git tag with the version number like:
```
git tag v1.2.3
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
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "workerpool",
"license": "Apache-2.0",
"version": "9.1.3",
"version": "9.2.0",
"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
2 changes: 1 addition & 1 deletion src/generated/embeddedWorker.js

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

0 comments on commit efc2a70

Please sign in to comment.