We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2466897 commit b8492c7Copy full SHA for b8492c7
sdk/eventhub/event-hubs/CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Release History
2
3
+## 5.5.1 (Unreleased)
4
+
5
6
## 5.5.0 (2021-04-06)
7
8
- Updates the methods on the `CheckpointStore` interface to accept
sdk/eventhub/event-hubs/package.json
@@ -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",
sdk/eventhub/event-hubs/src/util/constants.ts
@@ -6,5 +6,5 @@
*/
export const packageJsonInfo = {
name: "@azure/event-hubs",
9
- version: "5.5.0"
+ version: "5.5.1"
10
};
0 commit comments