Skip to content

Commit

Permalink
chore(main): release 1.6.0 (#18)
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 58a73b5 commit 3c6ed29
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.5.1"
".": "1.6.0"
}
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.0](https://github.com/lukas-reining/eventsource/compare/v1.5.2...v1.6.0) (2024-09-06)


### Features

* add jsdocs and deprecate old fetch parameter ([58a73b5](https://github.com/lukas-reining/eventsource/commit/58a73b563ccd6689f74717279005940b2fc1697e))

## [1.5.2](https://github.com/lukas-reining/eventsource/compare/v1.5.1...v1.5.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.5.2",
"version": "1.6.0",
"author": "Lukas Reining",
"readme": "README.md",
"description": "Spec compliant EventSource implementation for browsers and Node.JS",
Expand Down

0 comments on commit 3c6ed29

Please sign in to comment.