Skip to content

Commit 066a691

Browse files
Fix bugs (#933)
1 parent 2f73ded commit 066a691

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.10.1
2+
[All items](https://github.com/Azure/BatchLabs/milestone/13?closed=1)
3+
4+
### Bug:
5+
6+
* Nodes with start task failed state don't show the files [\#929](https://github.com/Azure/BatchLabs/issues/929)
7+
* OS Family Not Reported on Pool Correctly [\#927](https://github.com/Azure/BatchLabs/issues/927)
8+
* Error reading job prep-task [\#926](https://github.com/Azure/BatchLabs/issues/926)
9+
10+
111
# 0.10.0
212
[All items](https://github.com/Azure/BatchLabs/milestone/11?closed=1)
313

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"name": "Microsoft Corporation",
1010
"email": "tiguerin@microsoft.com"
1111
},
12-
"version": "0.10.0",
12+
"version": "0.10.1",
1313
"main": "build/client/main.prod.js",
1414
"scripts": {
1515
"ts": "ts-node --project tsconfig.node.json",

0 commit comments

Comments
 (0)