Skip to content

Commit

Permalink
chore(publish): 6.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Feb 25, 2021
1 parent 2b003b5 commit 02219cc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
@@ -1,10 +1,11 @@
## [6.6.5](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.5) (2021-02-25)
## [6.6.6](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.6) (2021-02-25)


### Bug Fixes

* **shareReplay:** handle possible memory leaks ([#5932](https://github.com/reactivex/rxjs/issues/5932)) ([6f7d88b](https://github.com/reactivex/rxjs/commit/6f7d88b4da97bd9ea5ac759c5b469cc525f3d450))

## 6.6.5 accidentally published without changes. :D

## [6.6.4](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.4) (2021-02-24)

Expand Down
2 changes: 1 addition & 1 deletion compat/package.json
@@ -1,6 +1,6 @@
{
"name": "rxjs-compat",
"version": "6.6.5",
"version": "6.6.6",
"main": "./Rx.js",
"license": "Apache-2.0",
"typings": "./Rx.d.ts"
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "@reactivex/rxjs",
"version": "6.6.5",
"version": "6.6.6",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
"sideEffects": false,
Expand Down

0 comments on commit 02219cc

Please sign in to comment.