Skip to content

Commit

Permalink
[core-abort-controller] pack downlevel dts files (#13909)
Browse files Browse the repository at this point in the history
PR #12793 adds downlevel dts files but didn't pack them. This PR fixed that.
  • Loading branch information
jeremymeng authored Feb 22, 2021
1 parent 241aeb7 commit 3ed7d6f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sdk/core/abort-controller/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## 1.0.3 (Unreleased)

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

## 1.0.2 (2020-01-07)

Expand Down
1 change: 1 addition & 0 deletions sdk/core/abort-controller/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
"dist-esm/src/",
"shims-public.d.ts",
"types/src",
"types/3.1",
"README.md",
"LICENSE"
],
Expand Down

0 comments on commit 3ed7d6f

Please sign in to comment.