Skip to content

Commit 6e35837

Browse files
authoredOct 3, 2024
chore(main): release 1.7.0 (#25)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 91fd2e4 commit 6e35837

4 files changed

+11
-4
lines changed
 

‎.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.6.4"
2+
".": "1.7.0"
33
}

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.7.0](https://github.com/lukas-reining/eventsource/compare/v1.6.4...v1.7.0) (2024-10-03)
4+
5+
6+
### Features
7+
8+
* add request to events ([91fd2e4](https://github.com/lukas-reining/eventsource/commit/91fd2e43883a68af4bfd3b7333cde21ca4c8ba85))
9+
310
## [1.6.4](https://github.com/lukas-reining/eventsource/compare/v1.6.3...v1.6.4) (2024-09-06)
411

512

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "extended-eventsource",
3-
"version": "1.6.4",
3+
"version": "1.7.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)