Skip to content

Commit

Permalink
chore(main): release 1.6.3 (#21)
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] committed Sep 6, 2024
1 parent 8c71f2f commit 18f3906
Show file tree
Hide file tree
Showing 4 changed files with 11 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.6.2"
".": "1.6.3"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.3](https://github.com/lukas-reining/eventsource/compare/v1.6.2...v1.6.3) (2024-09-06)


### Bug Fixes

* link for globalThis.fetch ([8c71f2f](https://github.com/lukas-reining/eventsource/commit/8c71f2f8b0c1c30b0b9f6eb030094ddd2a764401))

## [1.6.2](https://github.com/lukas-reining/eventsource/compare/v1.6.1...v1.6.2) (2024-09-06)


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.6.2",
"version": "1.6.3",
"author": "Lukas Reining",
"readme": "README.md",
"description": "Spec compliant EventSource implementation for browsers and Node.JS",
Expand Down

0 comments on commit 18f3906

Please sign in to comment.