Skip to content

Commit 6c3f8b8

Browse files
committed
docs: bump version to 0.11.0. add latest changes to changelog
1 parent 6638f5c commit 6c3f8b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 0.11.0 - 2024-02-08
11+
12+
### Added
13+
14+
* Added the [`SseError`](./docs/api.md#sseerror) custom error object that wraps all thrown errors.
15+
16+
### Changed
17+
18+
* Update the [`Session#push`](./docs/api.md#sessionpush-data-unknown-eventname-string-eventid-string--this) method to throw if the session is not connected.
19+
20+
### Fixed
21+
22+
* Fixed session not detecting a response stream disconnect.
23+
1024
## 0.10.0 - 2023-09-28
1125

1226
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "better-sse",
33
"description": "Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.",
4-
"version": "0.10.0",
4+
"version": "0.11.0",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)