Skip to content

Commit 6f210a7

Browse files
chore(main): release webssh2-server 2.3.4 (#436)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ac87aaf commit 6f210a7

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-
".": "2.3.3"
2+
".": "2.3.4"
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+
## [2.3.4](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.3.3...webssh2-server-v2.3.4) (2025-10-14)
4+
5+
6+
### Bug Fixes
7+
8+
* csp headers upgrade-insecure-requests cause browser to attempt https, removed. fixes [#434](https://github.com/billchurch/webssh2/issues/434) ([#435](https://github.com/billchurch/webssh2/issues/435)) ([ac87aaf](https://github.com/billchurch/webssh2/commit/ac87aaf833158029c94570ab56c936de7bdd0611))
9+
310
## [2.3.3](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.3.2...webssh2-server-v2.3.3) (2025-10-06)
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": "2.3.3",
3+
"version": "2.3.4",
44
"ignore": [
55
".gitignore"
66
],

0 commit comments

Comments
 (0)