Skip to content

Commit 3ab42bc

Browse files
chore(main): release webssh2-server 2.2.0 (#416)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e50427c commit 3ab42bc

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-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.1.0"
2+
".": "2.2.0"
33
}

CHANGELOG.md

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

3+
## [2.2.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.1.0...webssh2-server-v2.2.0) (2025-09-30)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Error messages from credential validation have changed
9+
10+
### Features
11+
12+
* migrate from Ajv to Zod for config validation ([#415](https://github.com/billchurch/webssh2/issues/415)) ([4230595](https://github.com/billchurch/webssh2/commit/4230595efdc742892f05cc19176cd11122e1a45b))
13+
14+
15+
### Bug Fixes
16+
17+
* rename AuthMethod to SSHAuthMethod to avoid type naming conflict ([#418](https://github.com/billchurch/webssh2/issues/418)) ([0b82619](https://github.com/billchurch/webssh2/commit/0b826198159078b29b8709aa781da5e1dbf3336d))
18+
19+
20+
### Chores
21+
22+
* release 2.2.0 ([e50427c](https://github.com/billchurch/webssh2/commit/e50427c8d4de0e15bbb30dfa10cc841ed457c43b))
23+
24+
25+
### Code Refactoring
26+
27+
* unify credential extraction with SRP and pure functions ([#417](https://github.com/billchurch/webssh2/issues/417)) ([e568ea1](https://github.com/billchurch/webssh2/commit/e568ea1431b238dcc5d6047c07f2c9536ee0c610))
28+
329
## [2.1.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.0.0...webssh2-server-v2.1.0) (2025-09-26)
430

531

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.1.0",
3+
"version": "2.2.0",
44
"ignore": [
55
".gitignore"
66
],

0 commit comments

Comments
 (0)