File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 4.12.1 (Unreleased)
4
+
5
+ ### Features Added
6
+
7
+ ### Breaking Changes
8
+
9
+ ### Bugs Fixed
10
+
11
+ ### Other Changes
12
+
3
13
## 4.12.0 (2025-09-09)
4
14
5
15
### Features Added
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @azure/identity" ,
3
3
"sdk-type" : " client" ,
4
- "version" : " 4.12.0 " ,
4
+ "version" : " 4.12.1 " ,
5
5
"description" : " Provides credential implementations for Azure SDK libraries that can authenticate with Microsoft Entra ID" ,
6
6
"main" : " ./dist/commonjs/index.js" ,
7
7
"module" : " ./dist/esm/index.js" ,
Original file line number Diff line number Diff line change 4
4
/**
5
5
* Current version of the `@azure/identity` package.
6
6
*/
7
- export const SDK_VERSION = `4.12.0 ` ;
7
+ export const SDK_VERSION = `4.12.1 ` ;
8
8
9
9
/**
10
10
* The default client ID for authentication
You can’t perform that action at this time.
0 commit comments