From d46e79b9656197667a88cd126b5e5ed03a77fbaa Mon Sep 17 00:00:00 2001 From: benlesh Date: Fri, 13 Oct 2017 13:19:39 -0700 Subject: [PATCH] chore(publish): 5.5.0-beta.6 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d51e2be6d..a153855c74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ + +# [5.5.0-beta.6](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.5...5.5.0-beta.6) (2017-10-13) + + +### Bug Fixes + +* **build:** sourceMaps updated to support CJS properly again ([75f7f11](https://github.com/ReactiveX/RxJS/commit/75f7f11)), closes [#2934](https://github.com/ReactiveX/RxJS/issues/2934) +* **flatMap:** reexport flatMap as alias of mergeMap ([#2920](https://github.com/ReactiveX/RxJS/issues/2920)) ([9922c02](https://github.com/ReactiveX/RxJS/commit/9922c02)) +* **shareReplay:** no longer exporting function unnecessarily ([#2928](https://github.com/ReactiveX/RxJS/issues/2928)) ([e159578](https://github.com/ReactiveX/RxJS/commit/e159578)) +* **shareReplay:** properly uses `lift` ([#2924](https://github.com/ReactiveX/RxJS/issues/2924)) ([3d9cf87](https://github.com/ReactiveX/RxJS/commit/3d9cf87)), closes [#2921](https://github.com/ReactiveX/RxJS/issues/2921) +* **toPromise:** include toPromise in build output ([#2923](https://github.com/ReactiveX/RxJS/issues/2923)) ([f55bfa5](https://github.com/ReactiveX/RxJS/commit/f55bfa5)), closes [#2922](https://github.com/ReactiveX/RxJS/issues/2922) + + + # [5.5.0-beta.5](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.4...v5.5.0-beta.5) (2017-10-06) diff --git a/package.json b/package.json index 1281d5d70c..3aeaebbf49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rxjs", - "version": "5.5.0-beta.5", + "version": "5.5.0-beta.6", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "config": {