From 3c03d66f0c304b30169cf318898b82a0edd8d9fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 17:10:38 +0000 Subject: [PATCH] chore(main): release 2.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b725ab08..47fb725b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.1" + ".": "2.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 53ffe458..49b15ad3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this package will be documented in this file. +## [2.0.2](https://github.com/launchdarkly/js-eventsource/compare/2.0.1...v2.0.2) (2024-04-26) + + +### Bug Fixes + +* Include message for closed or ended event source connections. ([#24](https://github.com/launchdarkly/js-eventsource/issues/24)) ([48f4cc1](https://github.com/launchdarkly/js-eventsource/commit/48f4cc1313f830c17fa82d6046baacfdb6cf76c4)) + ## [2.0.1] - 2023-08-28 ### Fixed: - Fixed an issue in the pre-allocation algorithm handling partial messages.