Skip to content

Commit 260a74a

Browse files
authored
Merge pull request #2439 from Azure/rechen/updatepatchversion
[Hotfix] Update Patch Version
2 parents e6c888d + acbabcd commit 260a74a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 2.12.1
2+
3+
### Hot Fixes
4+
5+
* Reverting changes for using List Supported Virtual Machine and Cloud Service SKUs due to issue with backend [\#2440](https://github.com/Azure/BatchExplorer/issues/2440)
6+
17
# 2.12.0
28

39
[All items](https://github.com/Azure/BatchExplorer/milestone/46?closed=1)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"name": "Microsoft Corporation",
1717
"email": "batchexplorer@microsoft.com"
1818
},
19-
"version": "2.12.0",
19+
"version": "2.12.1",
2020
"main": "build/client/main.prod.js",
2121
"scripts": {
2222
"ts": "ts-node --project tsconfig.node.json --files",

0 commit comments

Comments
 (0)