Skip to content

Commit 213e056

Browse files
chore(main): release 2.0.3 (#30)
🤖 I have created a release *beep* *boop* --- ## [2.0.3](v2.0.2...2.0.3) (2024-05-22) ### Bug Fixes * Ensure that each request can only fail once. ([#28](#28)) ([bcceb35](bcceb35)) * Stop reconnect timer when event source is closed. ([#29](#29)) ([a73a118](a73a118)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a73a118 commit 213e056

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.2"
2+
".": "2.0.3"
33
}

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
All notable changes to this package will be documented in this file.
44

5+
## [2.0.3](https://github.com/launchdarkly/js-eventsource/compare/v2.0.2...2.0.3) (2024-05-22)
6+
7+
8+
### Bug Fixes
9+
10+
* Ensure that each request can only fail once. ([#28](https://github.com/launchdarkly/js-eventsource/issues/28)) ([bcceb35](https://github.com/launchdarkly/js-eventsource/commit/bcceb359723e30024321cabe7bddd5d2ffa4434b))
11+
* Stop reconnect timer when event source is closed. ([#29](https://github.com/launchdarkly/js-eventsource/issues/29)) ([a73a118](https://github.com/launchdarkly/js-eventsource/commit/a73a118345dc7b251d709bf19838fc2834cdf5ca))
12+
513
## [2.0.2](https://github.com/launchdarkly/js-eventsource/compare/2.0.1...v2.0.2) (2024-04-26)
614

715

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-eventsource",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Fork of eventsource package - W3C compliant EventSource client for Node.js and browser (polyfill)",
55
"keywords": [
66
"eventsource",

0 commit comments

Comments
 (0)