diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9dc6cef..b805e9a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.4.0" + ".": "3.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 801a3ad..28623f0 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.4.1](https://github.com/billchurch/webssh2_client/compare/v3.4.0...v3.4.1) (2026-02-26) + + +### Bug Fixes + +* reduce Socket.dev supply chain risk alerts ([#94](https://github.com/billchurch/webssh2_client/issues/94)) ([5cdc146](https://github.com/billchurch/webssh2_client/commit/5cdc146f4f6bfc497d187f0371b9ce6aa88bd181)) + ## [3.4.0](https://github.com/billchurch/webssh2_client/compare/v3.3.0...v3.4.0) (2026-02-26) diff --git a/package-lock.json b/package-lock.json index 2ac7625..70b99e3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "webssh2_client", - "version": "3.4.0", + "version": "3.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "webssh2_client", - "version": "3.4.0", + "version": "3.4.1", "license": "MIT", "dependencies": { "@xterm/addon-search": "^0.16.0" diff --git a/package.json b/package.json index 22406ee..140cfdb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "webssh2_client", - "version": "3.4.0", + "version": "3.4.1", "ignore": [ ".gitignore" ],