Skip to content

Commit 309afb9

Browse files
authored
mixedreality-bump-version (Azure#19941)
* mixedreality-bump-version * update
1 parent 1cac6e1 commit 309afb9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

sdk/mixedreality/arm-mixedreality/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Release History
2+
3+
## 4.0.1 (2022-01-20)
4+
5+
**Feature**
6+
7+
- Bump version
28

39
## 4.0.0 (2022-01-20)
410

sdk/mixedreality/arm-mixedreality/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for MixedRealityClient.",
6-
"version": "4.0.0",
6+
"version": "4.0.1",
77
"engines": { "node": ">=12.0.0" },
88
"dependencies": {
99
"@azure/core-paging": "^1.2.0",

sdk/mixedreality/arm-mixedreality/src/mixedRealityClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class MixedRealityClient extends coreClient.ServiceClient {
6060
credential: credentials
6161
};
6262

63-
const packageDetails = `azsdk-js-arm-mixedreality/4.0.0`;
63+
const packageDetails = `azsdk-js-arm-mixedreality/4.0.1`;
6464
const userAgentPrefix =
6565
options.userAgentOptions && options.userAgentOptions.userAgentPrefix
6666
? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`

0 commit comments

Comments
 (0)