Skip to content

Commit 3de580e

Browse files
Release 4.17.0 (#1058)
* Release 4.17.0 This PR updates azure-pipelines-task-lib module to 4.17.0. Additionally, changes from v4.14.0 and v4.17.0 have been added to CHANGELOG.md
1 parent 95d6de3 commit 3de580e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

node/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,18 @@
22

33
## 4.x
44

5+
## 4.17.0
6+
7+
- Added signal handler for process execution to kill process with proper signal - [#1008](https://github.com/microsoft/azure-pipelines-task-lib/pull/1008)
8+
59
## 4.15.0
610

711
- Disabled debug logs when debug mode is not enabled - [#1046](https://github.com/microsoft/azure-pipelines-task-lib/pull/1046)
812

13+
## 4.14.0
14+
15+
- Added `isSigPipeError` function to handle Error: write EPIPE errors without causing an infinite loop on Node16+ - [#1051](https://github.com/microsoft/azure-pipelines-task-lib/pull/1051)
16+
917
## 4.12.1
1018

1119
- Remove deasync from task-lib - [#1038](https://github.com/microsoft/azure-pipelines-task-lib/pull/1038)

node/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

node/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-pipelines-task-lib",
3-
"version": "4.16.0",
3+
"version": "4.17.0",
44
"description": "Azure Pipelines Task SDK",
55
"main": "./task.js",
66
"typings": "./task.d.ts",

0 commit comments

Comments
 (0)