Skip to content

Commit

Permalink
Merge pull request #16 from lukas-reining/release-please--branches--m…
Browse files Browse the repository at this point in the history
…ain--components--extended-eventsource

chore(main): release 1.0.0
  • Loading branch information
lukas-reining committed Sep 6, 2024
2 parents 631bff2 + c84c772 commit 4823535
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.0"
}
".": "1.5.1"
}
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Changelog

## 1.5.1 (2024-09-06)


### Features

* add custom loggers ([14c16b6](https://github.com/lukas-reining/eventsource/commit/14c16b6ad4033b16f96da4df8f1529bca2c01b2e))


### Bug Fixes

* add module type to package.json and use correct file ending for cjs ([f07ee9b](https://github.com/lukas-reining/eventsource/commit/f07ee9b6735c42844eb0112b82e47be70789aa7d))
* broken import in readme ([eaa57db](https://github.com/lukas-reining/eventsource/commit/eaa57dbc64dadae525f0aa848546f9b8201ff0ed))
* bump version to 1.4.5 ([7c3a1a8](https://github.com/lukas-reining/eventsource/commit/7c3a1a82f40feb5191b5f9cab21a9e475708b219))
* empty message yielded after only seeing a comment ([ad8eb89](https://github.com/lukas-reining/eventsource/commit/ad8eb89b52cf6ae98338638af91faf6ceb20b247))
* misleading error message ([bcd1bbd](https://github.com/lukas-reining/eventsource/commit/bcd1bbd299828a9bda27c3e395f7318a7d5fece1))
* **package:** define exports ([48d581d](https://github.com/lukas-reining/eventsource/commit/48d581da368b9c9a444de382f42bbcfa16688a8c))
* release version with exports ([ce4c1d5](https://github.com/lukas-reining/eventsource/commit/ce4c1d568f64e6491ba1cf1363d91dfdf515f0b3))
* stop reconnecting if the eventsource is closed ([c294aae](https://github.com/lukas-reining/eventsource/commit/c294aae4bb7562db50ff7ee5e8e71a079f08c5ae))
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.0",
"version": "1.5.1",
"author": "Lukas Reining",
"readme": "README.md",
"description": "Spec compliant EventSource implementation for browsers and Node.JS",
Expand Down

0 comments on commit 4823535

Please sign in to comment.