diff --git a/README.md b/README.md index 5ee37b7..ff65790 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,10 @@ npm pack --dry-run ## Release notes +### v5.0.13 + +- Bumped package version from `5.0.12` to `5.0.13` to keep the next npm publish one patch ahead of the current branch baseline. + ### 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,