Skip to content

Commit a1d37dd

Browse files
authored
Post release automated changes for eventhub releases (Azure#20819)
Post release automated changes for azure-event-hubs
1 parent 40386f1 commit a1d37dd

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

sdk/eventhub/event-hubs/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+
## 5.8.0-beta.3 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.8.0-beta.2 (2022-03-11)
414

515
### Bugs Fixed

sdk/eventhub/event-hubs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/event-hubs",
33
"sdk-type": "client",
4-
"version": "5.8.0-beta.2",
4+
"version": "5.8.0-beta.3",
55
"description": "Azure Event Hubs SDK for JS.",
66
"author": "Microsoft Corporation",
77
"license": "MIT",

sdk/eventhub/event-hubs/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/event-hubs",
9-
version: "5.8.0-beta.2",
9+
version: "5.8.0-beta.3",
1010
};
1111

1212
/**

0 commit comments

Comments
 (0)