Increment package version after release of azure-service-bus (#13154)

This commit is contained in:
Azure SDK Bot 2021-01-11 16:04:49 -08:00 коммит произвёл GitHub
Родитель acb7713b7c
Коммит 697eeb9aa7
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -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"
};
/**