From 49497ba7107a7a94d7dbc73b6e5cc0117f8606e8 Mon Sep 17 00:00:00 2001 From: Joey Baker Date: Wed, 17 Mar 2021 21:11:17 -0700 Subject: [PATCH] Update history for 1.1.0 (#146) --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 4419bf9..910577c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,4 +1,4 @@ -# Unreleased +# [1.1.0](https://github.com/EventSource/eventsource/compare/v1.0.7...v1.1.0) * Improve performance for large messages across many chunks ([#130](https://github.com/EventSource/eventsource/pull/130) Trent Willis) * Add `createConnection` option for http or https requests ([#120](https://github.com/EventSource/eventsource/pull/120) Vasily Lavrov)