Skip to content

Commit b8492c7

Browse files
authored
Increment version for eventhub releases (#14748)
Increment package version after release of azure-event-hubs
1 parent 2466897 commit b8492c7

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

sdk/eventhub/event-hubs/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+
## 5.5.1 (Unreleased)
4+
5+
36
## 5.5.0 (2021-04-06)
47

58
- Updates the methods on the `CheckpointStore` interface to accept

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.5.0",
4+
"version": "5.5.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,5 +6,5 @@
66
*/
77
export const packageJsonInfo = {
88
name: "@azure/event-hubs",
9-
version: "5.5.0"
9+
version: "5.5.1"
1010
};

0 commit comments

Comments
 (0)