Skip to content

Commit 4823535

Browse files
Merge pull request #16 from lukas-reining/release-please--branches--main--components--extended-eventsource
chore(main): release 1.0.0
2 parents 631bff2 + c84c772 commit 4823535

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.0.0"
3-
}
2+
".": "1.5.1"
3+
}

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# Changelog
2+
3+
## 1.5.1 (2024-09-06)
4+
5+
6+
### Features
7+
8+
* add custom loggers ([14c16b6](https://github.com/lukas-reining/eventsource/commit/14c16b6ad4033b16f96da4df8f1529bca2c01b2e))
9+
10+
11+
### Bug Fixes
12+
13+
* add module type to package.json and use correct file ending for cjs ([f07ee9b](https://github.com/lukas-reining/eventsource/commit/f07ee9b6735c42844eb0112b82e47be70789aa7d))
14+
* broken import in readme ([eaa57db](https://github.com/lukas-reining/eventsource/commit/eaa57dbc64dadae525f0aa848546f9b8201ff0ed))
15+
* bump version to 1.4.5 ([7c3a1a8](https://github.com/lukas-reining/eventsource/commit/7c3a1a82f40feb5191b5f9cab21a9e475708b219))
16+
* empty message yielded after only seeing a comment ([ad8eb89](https://github.com/lukas-reining/eventsource/commit/ad8eb89b52cf6ae98338638af91faf6ceb20b247))
17+
* misleading error message ([bcd1bbd](https://github.com/lukas-reining/eventsource/commit/bcd1bbd299828a9bda27c3e395f7318a7d5fece1))
18+
* **package:** define exports ([48d581d](https://github.com/lukas-reining/eventsource/commit/48d581da368b9c9a444de382f42bbcfa16688a8c))
19+
* release version with exports ([ce4c1d5](https://github.com/lukas-reining/eventsource/commit/ce4c1d568f64e6491ba1cf1363d91dfdf515f0b3))
20+
* stop reconnecting if the eventsource is closed ([c294aae](https://github.com/lukas-reining/eventsource/commit/c294aae4bb7562db50ff7ee5e8e71a079f08c5ae))

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.5.0",
3+
"version": "1.5.1",
44
"author": "Lukas Reining",
55
"readme": "README.md",
66
"description": "Spec compliant EventSource implementation for browsers and Node.JS",

0 commit comments

Comments
 (0)