Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions sdk/core/core-http-compat/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 2.0.0 (2022-02-25)

- Updated package dependency of `core-client` and `core-rest-pipeline` packages to `1.3.0` version.

## 1.0.0 (2022-02-18)

- First release of package, see README.md for details.
Expand Down
6 changes: 3 additions & 3 deletions sdk/core/core-http-compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/core-http-compat",
"version": "1.0.0",
"version": "2.0.0",

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder why is the major version bump needed?

"description": "Core HTTP Compatibility Library to bridge the gap between Core V1 & V2 packages.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -54,8 +54,8 @@
"sideEffects": false,
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
"dependencies": {
"@azure/core-rest-pipeline": "^1.4.0",
"@azure/core-client": "^1.4.0"
"@azure/core-rest-pipeline": "^1.3.0",
"@azure/core-client": "^1.3.0"
},
"devDependencies": {
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
Expand Down