From 9bf54a01b79d2b0dc1ca4c6f1526515acb5c8a50 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 20:39:48 +0000 Subject: [PATCH] chore(main): release 3.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9fbc0cc..6110c0f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.2.2" + ".": "3.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ecbd299..a3dcec4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.3.0](https://github.com/billchurch/webssh2_client/compare/v3.2.2...v3.3.0) (2026-02-09) + + +### Features + +* slide-out special key sender panel ([#90](https://github.com/billchurch/webssh2_client/issues/90)) ([ca81f68](https://github.com/billchurch/webssh2_client/commit/ca81f68b72d8efdb77a19d2dbef23f668e91383f)) + ## [3.2.2](https://github.com/billchurch/webssh2_client/compare/v3.2.1...v3.2.2) (2026-02-07) diff --git a/package-lock.json b/package-lock.json index ddbb380..232784f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webssh2_client", - "version": "3.2.2", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webssh2_client", - "version": "3.2.2", + "version": "3.3.0", "license": "MIT", "dependencies": { "@xterm/addon-search": "^0.16.0" diff --git a/package.json b/package.json index e24474b..eade1aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webssh2_client", - "version": "3.2.2", + "version": "3.3.0", "ignore": [ ".gitignore" ],