Skip to content

Commit 786a2e8

Browse files
authored
Increment package version after release of azure-abort-controller (Azure#13947)
1 parent 8da80c7 commit 786a2e8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sdk/core/abort-controller/CHANGELOG.md

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

3+
## 1.0.4 (Unreleased)
4+
5+
36
## 1.0.3 (2021-02-23)
47

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

sdk/core/abort-controller/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@azure/abort-controller",
33
"sdk-type": "client",
4-
"version": "1.0.3",
4+
"version": "1.0.4",
55
"description": "Microsoft Azure SDK for JavaScript - Aborter",
66
"main": "./dist/index.js",
77
"module": "dist-esm/src/index.js",

0 commit comments

Comments
 (0)