diff --git a/CHANGELOG.md b/CHANGELOG.md index c37c6adacd..1ddc575238 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +# [6.0.0-smoosh.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-rc.0...6.0.0-smoosh.0) (2018-04-01) + + +### Bug Fixes + +* **smoosh:** merge et al are now smoosh (smooshMap, smooshAll, etc) ([5779216](https://github.com/ReactiveX/RxJS/commit/5779216)) + + +### BREAKING CHANGES + +* **smoosh:** We now smoosh all the things. + + + # [6.0.0-rc.0](https://github.com/ReactiveX/RxJS/compare/6.0.0-beta.4...6.0.0-rc.0) (2018-03-31) diff --git a/package.json b/package.json index 81d1da4de4..ff6b947e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "6.0.0-rc.0", + "version": "6.0.0-smoosh.0", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "sideEffects": false,