Skip to content

Commit 7857095

Browse files
chore(main): release 2.0.0 (#29)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5620280 commit 7857095

File tree

4 files changed

+21
-4
lines changed

4 files changed

+21
-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-
".": "1.7.0"
2+
".": "2.0.0"
33
}

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/lukas-reining/eventsource/compare/v1.7.0...v2.0.0) (2024-12-15)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* remove deprecated extraOptions ([#28](https://github.com/lukas-reining/eventsource/issues/28))
9+
* change credentials mode from "omit" to "same-origin" when set to false ([#27](https://github.com/lukas-reining/eventsource/issues/27))
10+
11+
### Bug Fixes
12+
13+
* change credentials mode from "omit" to "same-origin" when set to false ([#27](https://github.com/lukas-reining/eventsource/issues/27)) ([bf882f3](https://github.com/lukas-reining/eventsource/commit/bf882f3004f25b5742c6103662deedcf033bc890))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* remove deprecated extraOptions ([#28](https://github.com/lukas-reining/eventsource/issues/28)) ([5620280](https://github.com/lukas-reining/eventsource/commit/5620280009c2b1ef16cd1354de7cd248e1f6cc60))
19+
320
## [1.7.0](https://github.com/lukas-reining/eventsource/compare/v1.6.4...v1.7.0) (2024-10-03)
421

522

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