Skip to content

Commit e20d7b8

Browse files
authored
Revert "chore(master): release 4.2.2 (#101)"
This reverts commit d6cd8b2.
1 parent d6cd8b2 commit e20d7b8

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

CHANGELOG.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [4.2.2](https://github.com/mpetrunic/fastify-sse-v2/compare/v4.2.1...v4.2.2) (2026-01-27)
8-
9-
10-
### Bug Fixes
11-
12-
* throwing exceptions after headers are sent ([#100](https://github.com/mpetrunic/fastify-sse-v2/issues/100)) ([bdf73ed](https://github.com/mpetrunic/fastify-sse-v2/commit/bdf73edd71cd490f19ba0b8ef6fedc90aa7d305f))
13-
147
## [4.2.1](https://github.com/mpetrunic/fastify-sse-v2/compare/v4.2.0...v4.2.1) (2024-12-05)
158

169

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-sse-v2",
3-
"version": "4.2.2",
3+
"version": "4.2.1",
44
"packageManager": "yarn@1.22.19",
55
"description": "Fastify plugin for sending server side events.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)