Skip to content

Commit

Permalink
mixedreality-bump-version (#19941)
Browse files Browse the repository at this point in the history
* mixedreality-bump-version

* update
  • Loading branch information
colawwj committed Jan 20, 2022
1 parent 1cac6e1 commit 309afb9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/mixedreality/arm-mixedreality/CHANGELOG.md
@@ -1,4 +1,10 @@
# Release History

## 4.0.1 (2022-01-20)

**Feature**

- Bump version

## 4.0.0 (2022-01-20)

Expand Down
2 changes: 1 addition & 1 deletion sdk/mixedreality/arm-mixedreality/package.json
Expand Up @@ -3,7 +3,7 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for MixedRealityClient.",
"version": "4.0.0",
"version": "4.0.1",
"engines": { "node": ">=12.0.0" },
"dependencies": {
"@azure/core-paging": "^1.2.0",
Expand Down
Expand Up @@ -60,7 +60,7 @@ export class MixedRealityClient extends coreClient.ServiceClient {
credential: credentials
};

const packageDetails = `azsdk-js-arm-mixedreality/4.0.0`;
const packageDetails = `azsdk-js-arm-mixedreality/4.0.1`;
const userAgentPrefix =
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
Expand Down

0 comments on commit 309afb9

Please sign in to comment.