Skip to content

Commit

Permalink
chore(publish): 6.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Jul 31, 2020
1 parent 6d6a882 commit ca6a3a1
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion compat/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit ca6a3a1

Please sign in to comment.