From 2c958911d28244db328b63523bf2d16003000b18 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Sat, 17 Oct 2015 08:50:41 -0700 Subject: [PATCH] chore(release): 5.0.0-alpha.6 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d76a995e3..8e9f3dae88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +# [5.0.0-alpha.6](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.5...v5.0.0-alpha.6) (2015-10-17) + + +### Bug Fixes + +* **retryWhen:** fix internal unsubscriptions ([5aff5e8](https://github.com/ReactiveX/RxJS/commit/5aff5e8)) +* **scan:** scan now behaves like RxJS 4 scan ([27f9c09](https://github.com/ReactiveX/RxJS/commit/27f9c09)) + + + # [5.0.0-alpha.5](https://github.com/ReactiveX/RxJS/compare/5.0.0-alpha.4...v5.0.0-alpha.5) (2015-10-16) diff --git a/package.json b/package.json index 224f7dfb51..b74280b758 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "5.0.0-alpha.5", + "version": "5.0.0-alpha.6", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "scripts": {