Skip to content

Commit d4385cb

Browse files
chore(release): 4.0.0 [skip ci]
1 parent 3057f3a commit d4385cb

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [4.0.0](https://github.com/EventSource/eventsource/compare/v3.0.7...v4.0.0) (2025-05-13)
9+
10+
### ⚠ BREAKING CHANGES
11+
12+
* `FetchLikeInit` is now removed. Use
13+
`EventSourceFetchInit`.
14+
* Drop support for Node.js v18, as it is end-of-life.
15+
16+
### Features
17+
18+
* require node.js v20 or higher ([91a3a48](https://github.com/EventSource/eventsource/commit/91a3a486fbc73e2299fc23ef376552b4de662144))
19+
20+
### Bug Fixes
21+
22+
* drop `FetchLikeInit` type. Use `EventSourceFetchInit` instead. ([6786e46](https://github.com/EventSource/eventsource/commit/6786e467bb7d99281b42348f869006caefb33b7f))
23+
824
## [3.0.7](https://github.com/EventSource/eventsource/compare/v3.0.6...v3.0.7) (2025-05-09)
925

1026
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eventsource",
3-
"version": "3.0.7",
3+
"version": "4.0.0",
44
"description": "WhatWG/W3C compliant EventSource client for Node.js and browsers",
55
"sideEffects": false,
66
"type": "module",

0 commit comments

Comments
 (0)