Skip to content

Commit

Permalink
Increment version for eventhub releases (#14748)
Browse files Browse the repository at this point in the history
Increment package version after release of azure-event-hubs
  • Loading branch information
azure-sdk authored Apr 6, 2021
1 parent 2466897 commit b8492c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions sdk/eventhub/event-hubs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release History

## 5.5.1 (Unreleased)


## 5.5.0 (2021-04-06)

- Updates the methods on the `CheckpointStore` interface to accept
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@azure/event-hubs",
"sdk-type": "client",
"version": "5.5.0",
"version": "5.5.1",
"description": "Azure Event Hubs SDK for JS.",
"author": "Microsoft Corporation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhub/event-hubs/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
*/
export const packageJsonInfo = {
name: "@azure/event-hubs",
version: "5.5.0"
version: "5.5.1"
};

0 comments on commit b8492c7

Please sign in to comment.