Skip to content

Commit aa51028

Browse files
chore(main): release 2.1.0 (#34)
🤖 I have created a release *beep* *boop* --- ## [2.1.0](2.0.3...2.1.0) (2025-04-14) ### Features * report event source headers on open ([#33](#33)) ([e8539f3](e8539f3)) --- 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 e8539f3 commit aa51028

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.3"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

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

5+
## [2.1.0](https://github.com/launchdarkly/js-eventsource/compare/2.0.3...2.1.0) (2025-04-14)
6+
7+
8+
### Features
9+
10+
* report event source headers on open ([#33](https://github.com/launchdarkly/js-eventsource/issues/33)) ([e8539f3](https://github.com/launchdarkly/js-eventsource/commit/e8539f39c9fad7d85419cf99595edd4244027a9d))
11+
512
## [2.0.3](https://github.com/launchdarkly/js-eventsource/compare/v2.0.2...2.0.3) (2024-05-22)
613

714

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "launchdarkly-eventsource",
3-
"version": "2.0.3",
3+
"version": "2.1.0",
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)