Skip to content

Commit 4be709b

Browse files
authored
Post release automated changes for eventhub releases (Azure#19118)
Post release automated changes for azure-arm-eventhub
1 parent d02dbac commit 4be709b

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

sdk/eventhub/arm-eventhub/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Release History
2-
2+
3+
## 5.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 5.0.0 (2021-12-09)
414

515
The package of @azure/arm-eventhub is using our next generation design principles since version 5.0.0, which contains breaking changes.

sdk/eventhub/arm-eventhub/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@
33
"sdk-type": "mgmt",
44
"author": "Microsoft Corporation",
55
"description": "A generated SDK for EventHubManagementClient.",
6-
"version": "5.0.0",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "5.0.1",
7+
"engines": {
8+
"node": ">=12.0.0"
9+
},
810
"dependencies": {
911
"@azure/core-lro": "^2.2.0",
1012
"@azure/abort-controller": "^1.0.0",
@@ -14,7 +16,13 @@
1416
"@azure/core-rest-pipeline": "^1.1.0",
1517
"tslib": "^2.2.0"
1618
},
17-
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
19+
"keywords": [
20+
"node",
21+
"azure",
22+
"typescript",
23+
"browser",
24+
"isomorphic"
25+
],
1826
"license": "MIT",
1927
"main": "./dist/index.js",
2028
"module": "./dist-esm/src/index.js",
@@ -43,7 +51,9 @@
4351
"type": "git",
4452
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4553
},
46-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
54+
"bugs": {
55+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
56+
},
4757
"files": [
4858
"dist/**/*.js",
4959
"dist/**/*.js.map",

0 commit comments

Comments
 (0)