Skip to content

Commit

Permalink
chore(release): 1.0.4 [skip ci]
Browse files Browse the repository at this point in the history
## [1.0.4](v1.0.3...v1.0.4) (2024-01-01)

### Bug Fixes

* description of health-check [skip ci] ([3399f4c](3399f4c))
* issue when payload is empty - not calling onDone ([#9](#9)) ([f354c68](f354c68))
  • Loading branch information
rocicorp-bot committed Jan 1, 2024
1 parent f354c68 commit 4127336
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.0.4](https://github.com/Avivbens/rx-parallel/compare/v1.0.3...v1.0.4) (2024-01-01)


### Bug Fixes

* description of health-check [skip ci] ([3399f4c](https://github.com/Avivbens/rx-parallel/commit/3399f4c21987ab19ade230791c918bb35aa1168b))
* issue when payload is empty - not calling onDone ([#9](https://github.com/Avivbens/rx-parallel/issues/9)) ([f354c68](https://github.com/Avivbens/rx-parallel/commit/f354c6884149c8435d61c48b5829e7b64192b610))

## [1.0.3](https://github.com/Avivbens/rx-parallel/compare/v1.0.2...v1.0.3) (2023-12-29)


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": "rx-parallel",
"version": "1.0.3",
"version": "1.0.4",
"description": "Package for multi-tasking and parallel processing",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 4127336

Please sign in to comment.