Skip to content

Commit

Permalink
Merge branch 'main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmdawn committed Nov 15, 2022
2 parents ef6163a + 89bc923 commit e5056c4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.1.4](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.1.3...v0.1.4) (2022-11-14)


### Features

* return to parents ([ef6163a](https://github.com/mmmdawn/BatchWorkExecutor/commit/ef6163a3a26ceaf39c93a50fd576933ffaac8f91))

### [0.1.3](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.1.2...v0.1.3) (2022-10-27)

### [0.1.2](https://github.com/mmmdawn/BatchWorkExecutor/compare/v0.1.1...v0.1.2) (2022-10-27)
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,6 +1,6 @@
{
"name": "batch-work-executor",
"version": "0.1.3",
"version": "0.1.4",
"description": "Thread pool implementation inspired by ethereum-etl BatchWorkExecutor (and Piscina).",
"main": "lib/index",
"types": "lib/index",
Expand Down

0 comments on commit e5056c4

Please sign in to comment.