Skip to content

Commit 9abb170

Browse files
Bump node lib to 4.12.0 (#1037)
* Bump package version * Correct changelog
1 parent 0e44434 commit 9abb170

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

node/CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
## 4.x
44

5-
### 4.11.0
5+
### 4.12.0
66

77
- Added audit action for task.issue [#1033](https://github.com/microsoft/azure-pipelines-task-lib/pull/1033)
88

9+
### 4.11.0
10+
11+
- Fix CodeQL fail tests [#1034](https://github.com/microsoft/azure-pipelines-task-lib/pull/1034)
12+
913
### 4.10.0
1014

1115
- Added `correlation ID` property for logging commands [#1021](https://github.com/microsoft/azure-pipelines-task-lib/pull/1021)

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.11.0",
3+
"version": "4.12.0",
44
"description": "Azure Pipelines Task SDK",
55
"main": "./task.js",
66
"typings": "./task.d.ts",

0 commit comments

Comments
 (0)