Skip to content

Commit b44481b

Browse files
committed
docs: bump version to 0.12.1. add latest changes to changelog
1 parent 29817eb commit b44481b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

88
## Unreleased
99

10+
## 0.12.1 - 2024-05-24
11+
12+
### Fixed
13+
14+
* Fixed types for channel and session emitted event names.
15+
1016
## 0.12.0 - 2024-05-10
1117

1218
### 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-sent events implementation for Node, written in TypeScript.",
4-
"version": "0.12.0",
4+
"version": "0.12.1",
55
"main": "./build/index.js",
66
"types": "./build/index.d.ts",
77
"license": "MIT",

0 commit comments

Comments
 (0)