Increment package version after release of azure-service-bus (#13154)
This commit is contained in:
Родитель
acb7713b7c
Коммит
697eeb9aa7
|
@ -1,5 +1,8 @@
|
|||
# Release History
|
||||
|
||||
## 7.0.2 (Unreleased)
|
||||
|
||||
|
||||
## 7.0.1 (2021-01-11)
|
||||
|
||||
- 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)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
"name": "@azure/service-bus",
|
||||
"sdk-type": "client",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "7.0.1",
|
||||
"version": "7.0.2",
|
||||
"license": "MIT",
|
||||
"description": "Azure Service Bus SDK for JavaScript",
|
||||
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/",
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
*/
|
||||
export const packageJsonInfo = {
|
||||
name: "@azure/service-bus",
|
||||
version: "7.0.1"
|
||||
version: "7.0.2"
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче