Skip to content

Commit b50fcae

Browse files
chore(main): release 2.1.0 (#32)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a39b908 commit b50fcae

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [2.1.0](https://github.com/lukas-reining/eventsource/compare/v2.0.0...v2.1.0) (2025-01-03)
4+
5+
6+
### Features
7+
8+
* include request in events ([#31](https://github.com/lukas-reining/eventsource/issues/31)) ([a39b908](https://github.com/lukas-reining/eventsource/commit/a39b908ff5f5302434bc666d8dc5e09b2c55f8f5))
9+
310
## [2.0.0](https://github.com/lukas-reining/eventsource/compare/v1.7.0...v2.0.0) (2024-12-15)
411

512

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": "extended-eventsource",
3-
"version": "2.0.0",
3+
"version": "2.1.0",
44
"author": "Lukas Reining",
55
"readme": "README.md",
66
"description": "Spec compliant EventSource implementation for browsers and Node.JS",

0 commit comments

Comments
 (0)