From b57e219df3a1d46360faf5bdbd5d373f9b479676 Mon Sep 17 00:00:00 2001 From: Elliot Taylor Date: Thu, 21 May 2026 14:11:39 +0100 Subject: [PATCH] Bump version to 0.2.5 The v0.2.5 release tag was published against a commit where package.json was still 0.2.4, so the publish workflow's version guard aborted before pushing to npm. Bump the version so the tag matches. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index fbd5ad7..d82f250 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@patchstack/connect", - "version": "0.2.4", + "version": "0.2.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@patchstack/connect", - "version": "0.2.4", + "version": "0.2.5", "license": "MIT", "bin": { "patchstack-connect": "dist/cli.js" diff --git a/package.json b/package.json index f7d48c3..8e203ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@patchstack/connect", - "version": "0.2.4", + "version": "0.2.5", "description": "Patchstack connector for JavaScript applications. Scans your lockfile and reports installed packages to Patchstack for vulnerability monitoring.", "keywords": [ "patchstack",