From d4fba8a5b506601c8fef0895ec4349d9abbcde27 Mon Sep 17 00:00:00 2001 From: "socket-release-bot[bot]" <234652667+socket-release-bot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 20:52:53 +0000 Subject: [PATCH] chore: bump version to 6.5.0 --- CHANGELOG.md | 6 ++++++ package.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23033ac5e..57437f07e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [6.5.0](https://github.com/SocketDev/socket-lib/releases/tag/v6.5.0) - 2026-07-28 + +### Added + +- **`shell`** — add command-args value-flag positional parser + ## [6.4.0](https://github.com/SocketDev/socket-lib/releases/tag/v6.4.0) - 2026-07-28 ### Added diff --git a/package.json b/package.json index a8953142f..8de6d08bb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@socketsecurity/lib", - "version": "6.4.0", + "version": "6.5.0", "description": "Core utilities and infrastructure for Socket.dev security tools", "keywords": [ "Socket.dev", @@ -3521,7 +3521,7 @@ } }, "engines": { - "node": ">=24", + "node": ">=22", "npm": ">=12.0.1", "pnpm": ">=11.0.5" },