Skip to content

Commit d358f73

Browse files
Merge pull request #180 from FOSSFORGE/v2
chore: prepare for v2
2 parents 5a9e19b + af533b9 commit d358f73

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [Unreleased]
9+
10+
## [2.0.0] - 2026-05-20
911

1012
### Added
1113
- feat: Phase 0 & 1: Foundation for v2.0.0 HTTP Platform Support #10

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "uwestjs",
3-
"version": "1.0.1",
4-
"description": "High-performance HTTP and WebSocket platform adapter for NestJS using uWebSockets.js",
3+
"version": "2.0.0",
4+
"description": "High-performance platform adapter (HTTP & WebSocket) for NestJS using uWebSockets.js",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
77
"files": [

0 commit comments

Comments
 (0)