Skip to content

Commit

Permalink
Post release automated changes for customer-insights releases (Azure#…
Browse files Browse the repository at this point in the history
…19844)

Post release automated changes for azure-arm-customerinsights
  • Loading branch information
azure-sdk authored Jan 14, 2022
1 parent 5ecf483 commit 775d96a
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 5 deletions.
12 changes: 11 additions & 1 deletion sdk/customer-insights/arm-customerinsights/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History


## 4.0.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 4.0.0 (2022-01-12)

The package of @azure/arm-customerinsights is using our next generation design principles since version 4.0.0, which contains breaking changes.
Expand Down
18 changes: 14 additions & 4 deletions sdk/customer-insights/arm-customerinsights/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
"sdk-type": "mgmt",
"author": "Microsoft Corporation",
"description": "A generated SDK for CustomerInsightsManagementClient.",
"version": "4.0.0",
"engines": { "node": ">=12.0.0" },
"version": "4.0.1",
"engines": {
"node": ">=12.0.0"
},
"dependencies": {
"@azure/core-lro": "^2.2.0",
"@azure/abort-controller": "^1.0.0",
Expand All @@ -14,7 +16,13 @@
"@azure/core-rest-pipeline": "^1.1.0",
"tslib": "^2.2.0"
},
"keywords": ["node", "azure", "typescript", "browser", "isomorphic"],
"keywords": [
"node",
"azure",
"typescript",
"browser",
"isomorphic"
],
"license": "MIT",
"main": "./dist/index.js",
"module": "./dist-esm/src/index.js",
Expand All @@ -41,7 +49,9 @@
"type": "git",
"url": "https://github.com/Azure/azure-sdk-for-js.git"
},
"bugs": { "url": "https://github.com/Azure/azure-sdk-for-js/issues" },
"bugs": {
"url": "https://github.com/Azure/azure-sdk-for-js/issues"
},
"files": [
"dist/**/*.js",
"dist/**/*.js.map",
Expand Down

0 comments on commit 775d96a

Please sign in to comment.