Skip to content

Commit 6a46546

Browse files
Merge pull request #278 from Azure/main
Merge main to release/stable/v2
2 parents 56197e0 + a60e549 commit 6a46546

File tree

3 files changed

+9
-19
lines changed

3 files changed

+9
-19
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/app-configuration-provider",
3-
"version": "2.3.1",
3+
"version": "2.4.0",
44
"description": "The JavaScript configuration provider for Azure App Configuration",
55
"files": [
66
"dist/",
@@ -66,7 +66,7 @@
6666
"playwright": "^1.55.0"
6767
},
6868
"dependencies": {
69-
"@azure/app-configuration": "^1.10.0",
69+
"@azure/app-configuration": "^1.11.0",
7070
"@azure/core-rest-pipeline": "^1.6.0",
7171
"@azure/identity": "^4.2.1",
7272
"@azure/keyvault-secrets": "^4.7.0",

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.3.1";
4+
export const VERSION = "2.4.0";

0 commit comments

Comments
 (0)