File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
sdk/servicebus/service-bus Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Release History
2
2
3
+ ## 7.0.2 (Unreleased)
4
+
5
+
3
6
## 7.0.1 (2021-01-11)
4
7
5
8
- Fix the ` isNode ` check to allow the package to be usable in Electron. [ Bug 12983] ( https://github.com/Azure/azure-sdk-for-js/issues/12983 )
Original file line number Diff line number Diff line change 2
2
"name" : " @azure/service-bus" ,
3
3
"sdk-type" : " client" ,
4
4
"author" : " Microsoft Corporation" ,
5
- "version" : " 7.0.1 " ,
5
+ "version" : " 7.0.2 " ,
6
6
"license" : " MIT" ,
7
7
"description" : " Azure Service Bus SDK for JavaScript" ,
8
8
"homepage" : " https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/" ,
Original file line number Diff line number Diff line change 7
7
*/
8
8
export const packageJsonInfo = {
9
9
name : "@azure/service-bus" ,
10
- version : "7.0.1 "
10
+ version : "7.0.2 "
11
11
} ;
12
12
13
13
/**
You can’t perform that action at this time.
0 commit comments