diff --git a/CHANGELOG.md b/CHANGELOG.md index 25e802f826..1857bf9232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +# [6.0.0-uber-rc.5](https://github.com/ReactiveX/RxJS/compare/6.0.0-turbo-rc.4...6.0.0-uber-rc.5) (2018-04-13) + + +### Bug Fixes + +* **migrations:** deploy compiled JS rather than just the TS files. ([9aed72f](https://github.com/ReactiveX/RxJS/commit/9aed72f)) + + + # [6.0.0-turbo-rc.4](https://github.com/ReactiveX/RxJS/compare/6.0.0-terrific-rc.3...6.0.0-turbo-rc.4) (2018-04-12) diff --git a/compat/package.json b/compat/package.json index fe31f4edc0..94787d8508 100644 --- a/compat/package.json +++ b/compat/package.json @@ -1,6 +1,6 @@ { "name": "rxjs-compat", - "version": "6.0.0-turbo-rc.4", + "version": "6.0.0-uber-rc.5", "main": "./Rx.js", "typings": "./Rx.d.ts" } diff --git a/package.json b/package.json index f736221bd9..50abf6ab04 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "6.0.0-turbo-rc.4", + "version": "6.0.0-uber-rc.5", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "sideEffects": false,