Skip to content

Commit ee4ad30

Browse files
authored
[@azure/core-http-compat] Update Dependency Versions (Azure#20550)
* Update Dependency Versions * Update version
1 parent 10dd7ba commit ee4ad30

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

sdk/core/core-http-compat/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release History
22

3+
## 1.1.0 (2022-02-25)
4+
5+
- Updated package dependency of `core-client` and `core-rest-pipeline` packages to `1.3.0` version.
6+
37
## 1.0.0 (2022-02-18)
48

59
- First release of package, see README.md for details.

sdk/core/core-http-compat/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-http-compat",
3-
"version": "1.0.0",
3+
"version": "1.1.0",
44
"description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -54,8 +54,8 @@
5454
"sideEffects": false,
5555
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
5656
"dependencies": {
57-
"@azure/core-rest-pipeline": "^1.4.0",
58-
"@azure/core-client": "^1.4.0"
57+
"@azure/core-rest-pipeline": "^1.3.0",
58+
"@azure/core-client": "^1.3.0"
5959
},
6060
"devDependencies": {
6161
"@azure/eslint-plugin-azure-sdk": "^3.0.0",

0 commit comments

Comments
 (0)