Skip to content

Commit

Permalink
Post release automated changes for azure-identity (#20464)
Browse files Browse the repository at this point in the history
  • Loading branch information
azure-sdk authored Feb 19, 2022
1 parent 11f1501 commit 862a578
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions sdk/identity/identity/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 2.0.5 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 2.0.4 (2022-02-18)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/identity",
"sdk-type": "client",
"version": "2.0.4",
"version": "2.0.5",
"description": "Provides credential implementations for Azure SDK libraries that can authenticate with Azure Active Directory",
"main": "dist/index.js",
"module": "dist-esm/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion sdk/identity/identity/src/client/identityClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class IdentityClient extends ServiceClient implements INetworkModule {
private abortControllers: Map<string, AbortController[] | undefined>;

constructor(options?: TokenCredentialOptions) {
const packageDetails = `azsdk-js-identity/2.0.4`;
const packageDetails = `azsdk-js-identity/2.0.5`;
const userAgentPrefix = options?.userAgentOptions?.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
: `${packageDetails}`;
Expand Down

0 comments on commit 862a578

Please sign in to comment.