Skip to content

Commit

Permalink
chore(publish): 6.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Sep 6, 2020
1 parent 47d9e33 commit a4bcb84
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## [6.6.3](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.3) (2020-09-06)


### Bug Fixes

* **ReplaySubject:** don't buffer next if stopped ([#5696](https://github.com/reactivex/rxjs/issues/5696)) ([47d9e33](https://github.com/reactivex/rxjs/commit/47d9e33780b9e27f20f48ea2a1db59ea899e6e8d))
* 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)




## [6.6.2](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.2) (2020-07-31)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@reactivex/rxjs",
"version": "6.6.2",
"version": "6.6.3",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
"sideEffects": false,
Expand Down

0 comments on commit a4bcb84

Please sign in to comment.