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,