Skip to content

Commit

Permalink
Release 4.17.0 (#1058)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
ivanduplenskikh authored Aug 22, 2024
1 parent 95d6de3 commit 3de580e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,18 @@

## 4.x

## 4.17.0

- Added signal handler for process execution to kill process with proper signal - [#1008](https://github.com/microsoft/azure-pipelines-task-lib/pull/1008)

## 4.15.0

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

## 4.14.0

- 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)

## 4.12.1

- Remove deasync from task-lib - [#1038](https://github.com/microsoft/azure-pipelines-task-lib/pull/1038)
Expand Down
2 changes: 1 addition & 1 deletion node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "azure-pipelines-task-lib",
"version": "4.16.0",
"version": "4.17.0",
"description": "Azure Pipelines Task SDK",
"main": "./task.js",
"typings": "./task.d.ts",
Expand Down

0 comments on commit 3de580e

Please sign in to comment.