Skip to content

Commit 427f8e6

Browse files
authored
Post release automated changes for azure-event-hubs (Azure#21809)
1 parent 39bb379 commit 427f8e6

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.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.8.0 (2022-05-10)
414

515
### Breaking Changes

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",
4+
"version": "5.8.1",
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",
9+
version: "5.8.1",
1010
};
1111

1212
/**

0 commit comments

Comments
 (0)