From 0fdb86f5f1e397c5e7c28c0d0c30c86998d52daf Mon Sep 17 00:00:00 2001 From: NagyVikt Date: Fri, 17 Apr 2026 12:56:10 +0200 Subject: [PATCH] Prepare next npm publish by bumping Guardex to v5.0.14 The release metadata and package manifests now point to the next patch version so publish pipelines can ship the updated tarball. Constraint: User requested version bump and git publication in this turn Rejected: Skip README release notes update | violates repository release hygiene for version bumps Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep package.json/package-lock.json and README release notes in sync on every version bump Tested: node --check bin/multiagent-safety.js Tested: node --test test/metadata.test.js Tested: npm pack --dry-run Tested: npm test (fails pre-existing setup baseline: requireValue/parseDoctorArgs undefined across many install tests) Not-tested: end-to-end npm publish to registry --- README.md | 5 +++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8c0fdc0..9e58891 100644 --- a/README.md +++ b/README.md @@ -366,6 +366,11 @@ npm pack --dry-run ## Release notes +### v5.0.14 + +- Changed release metadata for the next npm publish by bumping package version from `5.0.13` to `5.0.14`. +- Kept Guardex release notes synchronized with the published package version. + ### v5.0.13 - Bumped package version from `5.0.12` to `5.0.13` for the next npm publish. diff --git a/package-lock.json b/package-lock.json index e1c135c..45ff00a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.13", + "version": "5.0.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imdeadpool/guardex", - "version": "5.0.13", + "version": "5.0.14", "license": "MIT", "bin": { "guardex": "bin/multiagent-safety.js", diff --git a/package.json b/package.json index 12dd05a..3510278 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.13", + "version": "5.0.14", "description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.", "license": "MIT", "preferGlobal": true,