From f0ff5bcf4da474f3fafb5e82befacf7a286cdca1 Mon Sep 17 00:00:00 2001 From: Ben Lesh Date: Tue, 5 Dec 2017 12:37:03 -0800 Subject: [PATCH] chore(publish): 5.5.4 fixes #3155 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16394ccb34..fef18bdfb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ + +## [5.5.4](https://github.com/ReactiveX/RxJS/compare/5.5.3...v5.5.4) (2017-12-05) + + +### Bug Fixes + +* **scheduler:** resolve regression on angular router with zones ([#3158](https://github.com/ReactiveX/RxJS/issues/3158)) ([520b06a](https://github.com/ReactiveX/RxJS/commit/520b06a)) +* **publish:** re-publish after having built with proper version of TypeScript. ([#3155](https://github.com/ReactiveX/rxjs/issues/3155)) + + ## [5.5.3](https://github.com/ReactiveX/RxJS/compare/5.5.2...v5.5.3) (2017-12-01) diff --git a/package.json b/package.json index eaa5925046..4bfe2412ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@reactivex/rxjs", - "version": "5.5.3", + "version": "5.5.4", "description": "Reactive Extensions for modern JavaScript", "main": "index.js", "config": {