Skip to content

Commit eae35cb

Browse files
authored
Post release automated changes for redis releases (Azure#19124)
Post release automated changes for azure-arm-rediscache
1 parent d6b8e3a commit eae35cb

File tree

2 files changed

+25
-5
lines changed

2 files changed

+25
-5
lines changed

sdk/redis/arm-rediscache/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+
## 6.0.1 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 6.0.0 (2021-12-10)
414

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

sdk/redis/arm-rediscache/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 RedisManagementClient.",
6-
"version": "6.0.0",
7-
"engines": { "node": ">=12.0.0" },
6+
"version": "6.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",
@@ -42,7 +50,9 @@
4250
"type": "git",
4351
"url": "https://github.com/Azure/azure-sdk-for-js.git"
4452
},
45-
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
53+
"bugs": {
54+
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
55+
},
4656
"files": [
4757
"dist/**/*.js",
4858
"dist/**/*.js.map",

0 commit comments

Comments
 (0)