From 5ce87020a17a15cb1f18c4313745b3c8a14b352a Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Thu, 16 Apr 2026 13:56:46 +0200 Subject: [PATCH] Prepare npm publish metadata for v5.0.13 Bump the package version and synchronize release notes so the next npm publish is versioned and documented consistently. Constraint: User requested a new npm version for publish readiness Rejected: Minor-version bump | unnecessary for this packaging-only change Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep README release notes updated in the same change whenever version changes Tested: npm test; node --check bin/multiagent-safety.js; npm pack --dry-run Not-tested: npm publish to registry --- README.md | 4 ++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fe31386..8c0fdc0 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,10 @@ npm pack --dry-run ## Release notes +### v5.0.13 + +- Bumped package version from `5.0.12` to `5.0.13` for the next npm publish. + ### v5.0.12 - Bumped package version from `5.0.11` to `5.0.12` for the next npm publish. diff --git a/package-lock.json b/package-lock.json index d1b4ad0..e1c135c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "license": "MIT", "bin": { "guardex": "bin/multiagent-safety.js", diff --git a/package.json b/package.json index 2fe709b..12dd05a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.12", + "version": "5.0.13", "description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.", "license": "MIT", "preferGlobal": true,