From 481313d97187cdb919524c48e5c804a79ba0dbe3 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Tue, 8 Feb 2022 10:13:54 -0600 Subject: [PATCH] chore(publish): 7.5.3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a61a1b53f6..d434eab91c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [7.5.3](https://github.com/reactivex/rxjs/compare/7.5.2...7.5.3) (2022-02-08) + +### Bug Fixes + +- **subscribe:** allow interop with Monio and other libraries that patch function bind ([0ab91eb](https://github.com/reactivex/rxjs/commit/0ab91eb4c1da914efbf03a2732629914cd3398dc)), closes [#6783](https://github.com/reactivex/rxjs/issues/6783) + ## [7.5.2](https://github.com/reactivex/rxjs/compare/7.5.1...7.5.2) (2022-01-11) ### Bug Fixes diff --git a/package.json b/package.json index 8215e480b1..1611504aa4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxjs", - "version": "7.5.2", + "version": "7.5.3", "description": "Reactive Extensions for modern JavaScript", "main": "./dist/cjs/index.js", "module": "./dist/esm5/index.js",