From c674581ca17f53fc632d5f761778941ba444fed4 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Wed, 27 Sep 2017 07:50:39 -0700 Subject: [PATCH] chore(publish): 5.5.0-beta.1 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0525b06e3..42cb47c243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,22 @@ + +# [5.5.0-beta.1](https://github.com/ReactiveX/RxJS/compare/5.5.0-beta.0...v5.5.0-beta.1) (2017-09-27) + + +### Bug Fixes + +* **package:** published from a Linux machine to prevent a strange issue where + the Observable directory was not showing up when installed on some Linux + environments. +* **build:** fix source maps by adding back sources and fixing path ([#2872](https://github.com/ReactiveX/RxJS/issues/2872)) ([daaf424](https://github.com/ReactiveX/RxJS/commit/daaf424)) +* **package:** remove src directory and fix typings location ([#2866](https://github.com/ReactiveX/RxJS/issues/2866)) ([c57eea7](https://github.com/ReactiveX/RxJS/commit/c57eea7)) + + +### Features + +* **global:** export lettables as Rx.operators ([#2862](https://github.com/ReactiveX/RxJS/issues/2862)) ([ba2f586](https://github.com/ReactiveX/RxJS/commit/ba2f586)), closes [#2861](https://github.com/ReactiveX/RxJS/issues/2861) + + + # [5.5.0-beta.0](https://github.com/ReactiveX/RxJS/compare/5.4.3...5.5.0-beta.0) (2017-09-22) diff --git a/package.json b/package.json index 1756a79905..070f202231 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "5.5.0-beta.0", + "version": "5.5.0-beta.1", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "config": {