Skip to content

Commit 88a950b

Browse files
authored
Post release automated changes for azure-service-bus (Azure#22817)
1 parent f3f4a6c commit 88a950b

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/servicebus/service-bus/CHANGELOG.md

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

3+
## 7.7.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 7.7.0 (2022-08-09)
414

515
### Features Added

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.7.0",
5+
"version": "7.7.1",
66
"license": "MIT",
77
"description": "Azure Service Bus SDK for JavaScript",
88
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/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
@@ -6,7 +6,7 @@
66
*/
77
export const packageJsonInfo = {
88
name: "@azure/service-bus",
9-
version: "7.7.0",
9+
version: "7.7.1",
1010
};
1111

1212
/**

0 commit comments

Comments
 (0)