Skip to content

Commit f2ffada

Browse files
committed
chore(publish): 6.6.4
1 parent 76c84d7 commit f2ffada

File tree

4 files changed

+293
-74
lines changed

4 files changed

+293
-74
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [6.6.4](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.4) (2021-02-24)
2+
3+
4+
### Bug Fixes
5+
6+
* **ReplaySubject:** don't buffer next if stopped ([#5696](https://github.com/reactivex/rxjs/issues/5696)) ([47d9e33](https://github.com/reactivex/rxjs/commit/47d9e33780b9e27f20f48ea2a1db59ea899e6e8d))
7+
* Ensure unsubscriptions/teardowns on internal subscribers are idempotent ([#5465](https://github.com/reactivex/rxjs/issues/5465)) ([6d6a882](https://github.com/reactivex/rxjs/commit/6d6a882bc987b855205ab26c9bc2e84e67837734)), closes [#5464](https://github.com/reactivex/rxjs/issues/5464)
8+
9+
10+
111
## [6.6.3](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.3) (2020-09-06)
212

313

compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs-compat",
3-
"version": "6.6.3",
3+
"version": "6.6.4",
44
"main": "./Rx.js",
55
"license": "Apache-2.0",
66
"typings": "./Rx.d.ts"

0 commit comments

Comments
 (0)