From 0ce2a863f1c2ca622fef240ce79f4b55ed3b0f43 Mon Sep 17 00:00:00 2001 From: sverweij Date: Tue, 31 Dec 2024 20:11:42 +0100 Subject: [PATCH] 8.2.4 --- dist/version.js | 2 +- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/dist/version.js b/dist/version.js index 2eb874e..9af0726 100644 --- a/dist/version.js +++ b/dist/version.js @@ -1 +1 @@ -export const VERSION = "8.2.3"; +export const VERSION = "8.2.4"; diff --git a/package-lock.json b/package-lock.json index 3dfe626..4abe865 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "virtual-code-owners", - "version": "8.2.3", + "version": "8.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "virtual-code-owners", - "version": "8.2.3", + "version": "8.2.4", "license": "MIT", "dependencies": { "yaml": "^2.7.0" diff --git a/package.json b/package.json index 2550527..b04c255 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "virtual-code-owners", - "version": "8.2.3", + "version": "8.2.4", "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 4a24d99..480624c 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.3"; +export const VERSION = "8.2.4";