diff --git a/package-lock.json b/package-lock.json index 548b5fd..b9e50ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@protolabsai/release-tools", - "version": "2.1.1", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@protolabsai/release-tools", - "version": "2.1.1", + "version": "2.2.0", "license": "Apache-2.0", "bin": { "apply-branch-protection": "bin/apply-branch-protection.mjs", diff --git a/package.json b/package.json index fb6ec9e..712796a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@protolabsai/release-tools", - "version": "2.1.1", + "version": "2.2.0", "description": "Release-notes generator + GitHub Action for protoLabs repos. Rewrites raw git commits into themed release notes via the protoLabs LLM gateway and posts a Discord embed.", "type": "module", "license": "Apache-2.0",