Skip to content

Commit

Permalink
chore(main): release 2.0.3 (#30)
Browse files Browse the repository at this point in the history
🤖 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>
  • Loading branch information
github-actions[bot] authored May 22, 2024
1 parent a73a118 commit 213e056
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.2"
".": "2.0.3"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

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

## [2.0.3](https://github.com/launchdarkly/js-eventsource/compare/v2.0.2...2.0.3) (2024-05-22)


### Bug Fixes

* 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))
* 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))

## [2.0.2](https://github.com/launchdarkly/js-eventsource/compare/2.0.1...v2.0.2) (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "launchdarkly-eventsource",
"version": "2.0.2",
"version": "2.0.3",
"description": "Fork of eventsource package - W3C compliant EventSource client for Node.js and browser (polyfill)",
"keywords": [
"eventsource",
Expand Down

0 comments on commit 213e056

Please sign in to comment.