From 26f5078e8afed5094ed020b827a96ba062fdf742 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 7 Feb 2026 15:01:17 +0000 Subject: [PATCH] chore(main): release 3.2.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 95a37e3..a3b1e29 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.0" + ".": "3.2.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index aa1d8cd..548d6ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [3.2.1](https://github.com/billchurch/webssh2_client/compare/v3.2.0...v3.2.1) (2026-02-07) + + +### Bug Fixes + +* **release:** add perf commit type to release-please config ([dc7e663](https://github.com/billchurch/webssh2_client/commit/dc7e66379ff8e9e525b0524ec2c2d112d6f664e8)) + + +### Performance + +* binary WebSocket transport for shell data ([#86](https://github.com/billchurch/webssh2_client/issues/86)) ([bead698](https://github.com/billchurch/webssh2_client/commit/bead698acd530cdfe732789e5f37497a3962897e)) + ## [3.2.0](https://github.com/billchurch/webssh2_client/compare/v3.1.0...v3.2.0) (2026-02-02) diff --git a/package-lock.json b/package-lock.json index eaf1142..00d9082 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webssh2_client", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webssh2_client", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@xterm/addon-search": "^0.16.0" diff --git a/package.json b/package.json index 4a091d8..a6b46a1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webssh2_client", - "version": "3.2.0", + "version": "3.2.1", "ignore": [ ".gitignore" ],