Skip to content

Commit dc58a80

Browse files
chore: bump version to 2.4.3 (#299)
* Initial plan * chore: bump version to 2.4.3 Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: linglingye001 <143174321+linglingye001@users.noreply.github.com>
1 parent 65f7ef1 commit dc58a80

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/app-configuration-provider",
3-
"version": "2.4.0",
3+
"version": "2.4.3",
44
"description": "The JavaScript configuration provider for Azure App Configuration",
55
"files": [
66
"dist/",

src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const VERSION = "2.4.0";
4+
export const VERSION = "2.4.3";

0 commit comments

Comments
 (0)