Skip to content

Commit

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

### Bug Fixes

* **deps:** bump up deps ([e3d51cd](e3d51cd))
* **engine:** set ts target to es2021 ([fa8808e](fa8808e))

### BREAKING CHANGES

* **engine:** drop support for EOL nodejs, now support - version > 16.0.0
  • Loading branch information
rocicorp-bot committed Jan 20, 2024
1 parent 595ff64 commit e752e4d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.0.0](https://github.com/Avivbens/rx-parallel/compare/v1.0.4...v2.0.0) (2024-01-20)


### Bug Fixes

* **deps:** bump up deps ([e3d51cd](https://github.com/Avivbens/rx-parallel/commit/e3d51cdda5a111d305f255f7cdf45f8ff743df18))
* **engine:** set ts target to es2021 ([fa8808e](https://github.com/Avivbens/rx-parallel/commit/fa8808e3bf485216afd2e8e368fcfcbc0a95bdf5))


### BREAKING CHANGES

* **engine:** drop support for EOL nodejs, now support - version > 16.0.0

## [1.0.4](https://github.com/Avivbens/rx-parallel/compare/v1.0.3...v1.0.4) (2024-01-01)


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

0 comments on commit e752e4d

Please sign in to comment.