diff --git a/dist/version.js b/dist/version.js index 344e84b..83a6ec5 100644 --- a/dist/version.js +++ b/dist/version.js @@ -1 +1 @@ -export const VERSION = "8.2.0"; +export const VERSION = "8.2.1"; diff --git a/package-lock.json b/package-lock.json index eecd8e0..08205d6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtual-code-owners", - "version": "8.2.0", + "version": "8.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "virtual-code-owners", - "version": "8.2.0", + "version": "8.2.1", "license": "MIT", "dependencies": { "yaml": "2.5.0" diff --git a/package.json b/package.json index 4b5806d..fe7a217 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtual-code-owners", - "version": "8.2.0", + "version": "8.2.1", "description": "CODEOWNERS with teams for teams that can't use GitHub teams", "type": "module", "bin": { diff --git a/src/version.ts b/src/version.ts index 2aeaec4..01adef9 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,2 +1,2 @@ // generated by tools/get-version.ts - edits will be overwritten -export const VERSION = "8.2.0"; +export const VERSION = "8.2.1";