diff --git a/CHANGELOG.md b/CHANGELOG.md index 68322d6d6e..89430d291a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [6.6.1](https://github.com/reactivex/rxjs/compare/6.6.0...6.6.1) (2020-07-31) + + +### Bug Fixes + +* **perf:** 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) +* **perf:** Reduce memory pressure by no longer retaining outer values across the majority of operators. ([#5613](https:://github.com/reactivex/rxjs/pull/5613)) ([10cc8a6](https://github.com/ReactiveX/rxjs/commit/10cc8a68850e1da5e7af30fc34e84f52f65b2140)) + + + + # [6.6.0](https://github.com/reactivex/rxjs/compare/6.5.3...6.6.0) (2020-07-02) diff --git a/compat/package.json b/compat/package.json index 8caa77a622..2b52c203b7 100644 --- a/compat/package.json +++ b/compat/package.json @@ -1,6 +1,6 @@ { "name": "rxjs-compat", - "version": "6.6.0", + "version": "6.6.1", "main": "./Rx.js", "license": "Apache-2.0", "typings": "./Rx.d.ts" diff --git a/package.json b/package.json index 53fe32b02a..eef3e7717f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "6.6.0", + "version": "6.6.1", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "sideEffects": false,