From 331b7c416d9b86f47fb3a0c9b6796ac3d70fe988 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:39:02 +0000 Subject: [PATCH 1/2] Initial plan From ad651f03f54691a08e7a0ba20504b1bacbb6826b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 16 Mar 2026 09:42:22 +0000 Subject: [PATCH 2/2] version bump 2.4.1 Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> --- package-lock.json | 4 ++-- package.json | 2 +- src/version.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 557212d..7e127f9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@azure/app-configuration-provider", - "version": "2.4.0", + "version": "2.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@azure/app-configuration-provider", - "version": "2.4.0", + "version": "2.4.1", "license": "MIT", "dependencies": { "@azure/app-configuration": "^1.11.0", diff --git a/package.json b/package.json index 7cd1326..5d3984f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@azure/app-configuration-provider", - "version": "2.4.0", + "version": "2.4.1", "description": "The JavaScript configuration provider for Azure App Configuration", "files": [ "dist/", diff --git a/src/version.ts b/src/version.ts index c4c7ae0..c11c321 100644 --- a/src/version.ts +++ b/src/version.ts @@ -1,4 +1,4 @@ // Copyright (c) Microsoft Corporation. // Licensed under the MIT license. -export const VERSION = "2.4.0"; +export const VERSION = "2.4.1";