Skip to content

Commit 8fa6b5c

Browse files
chore(main): release webssh2-server 4.0.1 (#480)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2cc6ba0 commit 8fa6b5c

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "4.0.0"
2+
".": "4.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [4.0.1](https://github.com/billchurch/webssh2/compare/webssh2-server-v4.0.0...webssh2-server-v4.0.1) (2026-02-07)
4+
5+
6+
### Bug Fixes
7+
8+
* **perf:** binary WebSocket transport and backpressure fix ([#479](https://github.com/billchurch/webssh2/issues/479)) ([2cc6ba0](https://github.com/billchurch/webssh2/commit/2cc6ba0b8b9f08db136c53080efef219eae767a9))
9+
310
## [4.0.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v3.1.1...webssh2-server-v4.0.0) (2026-02-02)
411

512

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "webssh2-server",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"ignore": [
55
".gitignore"
66
],

0 commit comments

Comments
 (0)