Skip to content

Commit

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

## Unreleased

## 0.9.0 - 2023-08-14

### Added

* Added the ability to type the `state` property of sessions registered with a [Channel](./docs/api.md#channel) via an optional second generic argument to the `Channel` constructor.
* Added the [`DefaultChannelState` interface](./docs/api.md#channelstate-state) that may be used via module augmentation to alter the default channel state type for all channels.

### Changed

* Update the [`SessionState` interface](docs/api.md#sessionstate-state) to be named `DefaultSessionState`.

## 0.8.0 - 2022-06-02

### 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.8.0",
"version": "0.9.0",
"main": "./build/index.js",
"types": "./build/index.d.ts",
"license": "MIT",
Expand Down

0 comments on commit 1d431e6

Please sign in to comment.