Skip to content

Commit 2b003b5

Browse files
committed
chore(publish): 6.6.5
1 parent c8ea5a1 commit 2b003b5

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [6.6.5](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.5) (2021-02-25)
2+
3+
4+
### Bug Fixes
5+
6+
* **shareReplay:** handle possible memory leaks ([#5932](https://github.com/reactivex/rxjs/issues/5932)) ([6f7d88b](https://github.com/reactivex/rxjs/commit/6f7d88b4da97bd9ea5ac759c5b469cc525f3d450))
7+
8+
19
## [6.6.4](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.4) (2021-02-24)
210

311

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.4",
3+
"version": "6.6.5",
44
"main": "./Rx.js",
55
"license": "Apache-2.0",
66
"typings": "./Rx.d.ts"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reactivex/rxjs",
3-
"version": "6.6.4",
3+
"version": "6.6.5",
44
"description": "Reactive Extensions for modern JavaScript",
55
"main": "index.js",
66
"sideEffects": false,

0 commit comments

Comments
 (0)