Skip to content

Commit

Permalink
docs: bump version to 0.11.0. add latest changes to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWid committed Feb 8, 2024
1 parent 6638f5c commit 6c3f8b8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 0.11.0 - 2024-02-08

### Added

* Added the [`SseError`](./docs/api.md#sseerror) custom error object that wraps all thrown errors.

### Changed

* Update the [`Session#push`](./docs/api.md#sessionpush-data-unknown-eventname-string-eventid-string--this) method to throw if the session is not connected.

### Fixed

* Fixed session not detecting a response stream disconnect.

## 0.10.0 - 2023-09-28

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "better-sse",
"description": "Dead simple, dependency-less, spec-compliant server-side events implementation for Node, written in TypeScript.",
"version": "0.10.0",
"version": "0.11.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 6c3f8b8

Please sign in to comment.