Skip to content

Commit

Permalink
docs(CHANGELOG): 4.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Mar 23, 2021
1 parent c9c0a83 commit ae3bdcb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [4.3.1](https://github.com/ReactiveX/IxJS/compare/v4.3.0...v4.3.1) (2021-03-23)


### Bug Fixes

* **Promise.race:** Fix Promise.race memory leaks ([#323](https://github.com/ReactiveX/IxJS/issues/323)) ([75ef616](https://github.com/ReactiveX/IxJS/commit/75ef61687fde8f62aa284bf908576142cff60e86))


### chore

* **npm-release.sh:** set concurrency to 1 to work around npm publish rate limits ([825bdd8](https://github.com/ReactiveX/IxJS/commit/825bdd8dc79b67a643e09520440c671fa64d56c4))
* **saferace.ts:** add unlicense to safeRace.ts ([c9c0a83](https://github.com/ReactiveX/IxJS/commit/c9c0a836dd1946007e0687d2243d82ca8b86b6a5))



# [4.3.0](https://github.com/ReactiveX/IxJS/compare/v4.2.0...v4.3.0) (2021-03-15)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"lerna": "2.2.0",
"version": "4.3.0",
"version": "4.3.1",
"packages": [
"targets/es2015/*",
"targets/es5/*",
Expand Down

0 comments on commit ae3bdcb

Please sign in to comment.