Skip to content

Commit 75513c3

Browse files
authored
[core-client-rest] Bump dependency @azure/abort-controller version back to ^2.0.0 (#27983)
### Packages impacted by this PR `@azure-rest/core-client`
1 parent 48fa9c6 commit 75513c3

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

sdk/core/core-client-rest/CHANGELOG.md

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

3+
## 1.2.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
- Upgrade dependency `@azure/abort-controller` to `^2.0.0`.
14+
315
## 1.1.6 (2023-11-30)
416

517
### Features Added

sdk/core/core-client-rest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-rest/core-client",
3-
"version": "1.1.6",
3+
"version": "1.2.0",
44
"description": "Core library for interfacing with Azure Rest Clients",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -59,7 +59,7 @@
5959
"@azure/core-auth": "^1.3.0",
6060
"@azure/core-rest-pipeline": "^1.5.0",
6161
"@azure/core-util": "^1.0.0",
62-
"@azure/abort-controller": "^1.1.0",
62+
"@azure/abort-controller": "^2.0.0",
6363
"@azure/core-tracing": "^1.0.1",
6464
"tslib": "^2.2.0"
6565
},

0 commit comments

Comments
 (0)