Skip to content

Commit f5ef546

Browse files
committed
docs: bump version to 0.14.1. add links change to changelog
1 parent beca9af commit f5ef546

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.14.1 - 2024-10-27
11+
12+
### Changed
13+
14+
* Update links to point to [new documentation website](https://matthewwid.github.io/better-sse).
15+
1016
## 0.14.0 - 2024-10-18
1117

1218
### Fixed

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.14.0",
4+
"version": "0.14.1",
55
"license": "MIT",
66
"author": "Matthew W. <matthew.widdi@gmail.com>",
77
"repository": "github:MatthewWid/better-sse",

0 commit comments

Comments
 (0)