From aa13c818d2e245b705bec63eff2f5dafeae9cda2 Mon Sep 17 00:00:00 2001 From: Espen Hovlandsdal Date: Mon, 27 Aug 2018 22:38:49 +0200 Subject: [PATCH] Update HISTORY --- HISTORY.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index d3d2ca8..7b3757e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,9 @@ +# [1.0.7](https://github.com/EventSource/eventsource/compare/v1.0.6...v1.0.7) + +* Add dispatchEvent to EventSource ([#101](https://github.com/EventSource/eventsource/pull/101) Ali Afroozeh) +* Added `checkServerIdentity` option ([#104](https://github.com/EventSource/eventsource/pull/104) cintolas) +* Surface request error message ([#107](https://github.com/EventSource/eventsource/pull/107) RasPhilCo) + # [1.0.6](https://github.com/EventSource/eventsource/compare/v1.0.5...v1.0.6) * Fix issue where a unicode sequence split in two chunks would lead to invalid messages ([#108](https://github.com/EventSource/eventsource/pull/108) Espen Hovlandsdal)