Skip to content

Commit 3ed7d6f

Browse files
authored
[core-abort-controller] pack downlevel dts files (Azure#13909)
PR Azure#12793 adds downlevel dts files but didn't pack them. This PR fixed that.
1 parent 241aeb7 commit 3ed7d6f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sdk/core/abort-controller/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## 1.0.3 (Unreleased)
44

5+
- Support Typescript version < 3.6 by down-leveling the type definition files. ([PR 12793](https://github.com/Azure/azure-sdk-for-js/pull/12793))
56

67
## 1.0.2 (2020-01-07)
78

sdk/core/abort-controller/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
"dist-esm/src/",
5151
"shims-public.d.ts",
5252
"types/src",
53+
"types/3.1",
5354
"README.md",
5455
"LICENSE"
5556
],

0 commit comments

Comments
 (0)