From 52418faad8fdaecf4732ebcbac324cd47041e7e8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 30 Apr 2026 03:03:55 +0000 Subject: [PATCH] chore: bump version to 6.1.0, update lockfile, and rebuild dist/index.js Agent-Logs-Url: https://github.com/actions/labeler/sessions/08c6ea0c-fa19-47d8-a4fd-bbdaf444071f Co-authored-by: chiranjib-swain <196914770+chiranjib-swain@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index ae1987ee..6de2ea6a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "labeler", - "version": "6.0.0", + "version": "6.1.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "labeler", - "version": "6.0.0", + "version": "6.1.0", "license": "MIT", "dependencies": { "@actions/core": "^2.0.3", diff --git a/package.json b/package.json index a0bb0b34..9b0f29c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "labeler", - "version": "6.0.0", + "version": "6.1.0", "description": "Labels pull requests by files altered", "main": "lib/main.js", "engines": {