Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 697eeb9

Browse files
authored
Increment package version after release of azure-service-bus (Azure#13154)
1 parent acb7713 commit 697eeb9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

sdk/servicebus/service-bus/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Release History
22

3+
## 7.0.2 (Unreleased)
4+
5+
36
## 7.0.1 (2021-01-11)
47

58
- 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)

sdk/servicebus/service-bus/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@azure/service-bus",
33
"sdk-type": "client",
44
"author": "Microsoft Corporation",
5-
"version": "7.0.1",
5+
"version": "7.0.2",
66
"license": "MIT",
77
"description": "Azure Service Bus SDK for JavaScript",
88
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/servicebus/service-bus/",

sdk/servicebus/service-bus/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*/
88
export const packageJsonInfo = {
99
name: "@azure/service-bus",
10-
version: "7.0.1"
10+
version: "7.0.2"
1111
};
1212

1313
/**

0 commit comments

Comments
 (0)