diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b29b3b64..2b14852c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "5.2.0" + ".": "5.2.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86c2a03b..31e069bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [5.2.1](https://github.com/billchurch/webssh2/compare/webssh2-server-v5.2.0...webssh2-server-v5.2.1) (2026-08-18) + + +### Bug Fixes + +* **config:** apply ssh.term to manual /ssh connections ([#572](https://github.com/billchurch/webssh2/issues/572)) ([#573](https://github.com/billchurch/webssh2/issues/573)) ([a64ea6a](https://github.com/billchurch/webssh2/commit/a64ea6a8efb8b6a37239e4c0d799f5f14b82b4c5)) + ## [5.2.0](https://github.com/billchurch/webssh2/compare/webssh2-server-v5.1.0...webssh2-server-v5.2.0) (2026-07-30) diff --git a/package-lock.json b/package-lock.json index a5c9ec67..7b189f31 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webssh2-server", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webssh2-server", - "version": "5.2.0", + "version": "5.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index c9d264c6..e96cc591 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webssh2-server", - "version": "5.2.0", + "version": "5.2.1", "ignore": [ ".gitignore" ],