diff --git a/README.md b/README.md index 29f142a..de3c0f6 100644 --- a/README.md +++ b/README.md @@ -238,6 +238,10 @@ npm pack --dry-run ## Release notes +### v5.0.5 + +- Bumped package version from `5.0.4` to `5.0.5` so npm publish can proceed with the next patch release. + ### v5.0.4 - Bumped package version from `5.0.3` to `5.0.4` to stay one patch ahead of the current npm published version. diff --git a/package-lock.json b/package-lock.json index 92f6de1..f8cdf5f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.4", + "version": "5.0.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@imdeadpool/guardex", - "version": "5.0.4", + "version": "5.0.5", "license": "MIT", "bin": { "guardex": "bin/multiagent-safety.js", diff --git a/package.json b/package.json index 956b3fb..f964c2b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@imdeadpool/guardex", - "version": "5.0.4", + "version": "5.0.5", "description": "GuardeX: the Guardian T-Rex for your repo, with hardened multi-agent git guardrails.", "license": "MIT", "preferGlobal": true,