Skip to content

Commit a495306

Browse files
chore(main): release 2.2.0 (#36)
🤖 I have created a release *beep* *boop* --- ## [2.2.0](2.1.0...2.2.0) (2025-04-25) ### Features * error event now includes response headers ([cd6a69c](cd6a69c)) * error event now includes response headers ([#35](#35)) ([24787b1](24787b1)) --- 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 24787b1 commit a495306

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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.2.0](https://github.com/launchdarkly/js-eventsource/compare/2.1.0...2.2.0) (2025-04-25)
6+
7+
8+
### Features
9+
10+
* error event now includes response headers ([cd6a69c](https://github.com/launchdarkly/js-eventsource/commit/cd6a69c1b897f63d5f1defa678df3b3ec41f2b39))
11+
* error event now includes response headers ([#35](https://github.com/launchdarkly/js-eventsource/issues/35)) ([24787b1](https://github.com/launchdarkly/js-eventsource/commit/24787b1317f037a97dd7416eab650f163347b16f))
12+
513
## [2.1.0](https://github.com/launchdarkly/js-eventsource/compare/2.0.3...2.1.0) (2025-04-14)
614

715

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.1.0",
3+
"version": "2.2.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)