Skip to content

Commit 862a578

Browse files
authored
Post release automated changes for azure-identity (Azure#20464)
1 parent 11f1501 commit 862a578

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/identity/identity/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
22

3+
## 2.0.5 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 2.0.4 (2022-02-18)
414

515
### Bugs Fixed

sdk/identity/identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/identity",
33
"sdk-type": "client",
4-
"version": "2.0.4",
4+
"version": "2.0.5",
55
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
66
"main": "dist/index.js",
77
"module": "dist-esm/src/index.js",

sdk/identity/identity/src/client/identityClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export class IdentityClient extends ServiceClient implements INetworkModule {
7878
private abortControllers: Map<string, AbortController[] | undefined>;
7979

8080
constructor(options?: TokenCredentialOptions) {
81-
const packageDetails = `azsdk-js-identity/2.0.4`;
81+
const packageDetails = `azsdk-js-identity/2.0.5`;
8282
const userAgentPrefix = options?.userAgentOptions?.userAgentPrefix
8383
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
8484
: `${packageDetails}`;

0 commit comments

Comments
 (0)