Skip to content

Commit 26b403e

Browse files
committed
docs: bump version to 0.14.0. add latest changes to changelog
1 parent c50ff3a commit 26b403e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.14.0 - 2024-10-18
11+
1012
### Fixed
1113

1214
* Fixed default state type when creating sessions and channels with `createSession` and `createChannel` being set to `unknown` instead of `DefaultSessionState` and `DefaultChannelState`, respectively.

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-sent events implementation for Node, written in TypeScript.",
4-
"version": "0.13.0",
4+
"version": "0.14.0",
55
"license": "MIT",
66
"author": "Matthew W. <matthew.widdi@gmail.com>",
77
"repository": "github:MatthewWid/better-sse",

0 commit comments

Comments
 (0)