Skip to content

Commit f18b4cb

Browse files
chore(main): release webssh2-server 2.1.0 (#403)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 06245c1 commit f18b4cb

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-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.0.0"
2+
".": "2.1.0"
33
}

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.0.0...webssh2-server-v2.1.0) (2025-09-26)
4+
5+
6+
### Features
7+
8+
* implement pure functions and SRP architecture refactor ([06245c1](https://github.com/billchurch/webssh2/commit/06245c16da248ba0a14e30394aad81684fb1bd92))
9+
10+
11+
### Bug Fixes
12+
13+
* consolidate changelog to CHANGELOG.md ([f62b5e5](https://github.com/billchurch/webssh2/commit/f62b5e5031d9efda268c1481399bd46af5e5caf3))
14+
* replace custom basic-auth types with official package ([ab5a22f](https://github.com/billchurch/webssh2/commit/ab5a22faf4cbc2204959a0e506a7d9d596f2fae8)), closes [#405](https://github.com/billchurch/webssh2/issues/405)
15+
* update misleading config.json missing message ([#407](https://github.com/billchurch/webssh2/issues/407)) ([fae7d8a](https://github.com/billchurch/webssh2/commit/fae7d8a394e3361f7b69eeb7fd48dbe284a48ee6))
16+
317
## [2.0.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v2.0.0...webssh2-server-v2.0.0) (2025-09-15)
418

519
### ⚠ BREAKING CHANGES

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

0 commit comments

Comments
 (0)