Skip to content

Commit 1140bf5

Browse files
NagyViktNagyVikt
andauthored
Publish patch version 5.0.2 for npm release (#40)
This keeps release metadata aligned across package manifests while following the required protected-branch PR flow. Constraint: Requested sub-branch PR flow into protected main Rejected: Regenerate lockfile from install | unnecessary churn for a version-only bump Confidence: high Scope-risk: narrow Reversibility: clean Directive: Keep package.json and package-lock.json root versions in sync for every release bump Tested: node -e "const p=require(\"./package.json\"); const l=require(\"./package-lock.json\"); console.log(p.version,l.version,l.packages[\"\"].version)" Tested: node --test test/fuzzing.test.js (fails) Not-tested: Full test suite currently blocked by existing fuzzing test failure Co-authored-by: NagyVikt <nagy.viktordp@gmail.com>
1 parent 923ec3d commit 1140bf5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@imdeadpool/guardex",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.",
55
"license": "MIT",
66
"preferGlobal": true,

0 commit comments

Comments
 (0)