Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#29)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 15, 2024
1 parent 5620280 commit 7857095
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.7.0"
".": "2.0.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [2.0.0](https://github.com/lukas-reining/eventsource/compare/v1.7.0...v2.0.0) (2024-12-15)


### ⚠ BREAKING CHANGES

* remove deprecated extraOptions ([#28](https://github.com/lukas-reining/eventsource/issues/28))
* change credentials mode from "omit" to "same-origin" when set to false ([#27](https://github.com/lukas-reining/eventsource/issues/27))

### Bug Fixes

* 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))


### Miscellaneous Chores

* remove deprecated extraOptions ([#28](https://github.com/lukas-reining/eventsource/issues/28)) ([5620280](https://github.com/lukas-reining/eventsource/commit/5620280009c2b1ef16cd1354de7cd248e1f6cc60))

## [1.7.0](https://github.com/lukas-reining/eventsource/compare/v1.6.4...v1.7.0) (2024-10-03)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "extended-eventsource",
"version": "1.7.0",
"version": "2.0.0",
"author": "Lukas Reining",
"readme": "README.md",
"description": "Spec compliant EventSource implementation for browsers and Node.JS",
Expand Down

0 comments on commit 7857095

Please sign in to comment.