Skip to content

Commit e0d57b9

Browse files
committed
Release 1.5.3
1 parent a267a23 commit e0d57b9

7 files changed

Lines changed: 14 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ We use [semantic versioning](http://semver.org/):
44
- MINOR version when you add functionality in a backwards-compatible manner, and
55
- PATCH version when you make backwards compatible bug fixes.
66

7+
# 1.5.3
8+
- [fix] work item integration: findings and test gap badges had outdated links to Teamscale
9+
- [fix] work item integration: spec-item findings badges always showed an "unchanged" findings churn and clicking them led to an error page in Teamscale
10+
- [fix] upload task: updated `teamscale-upload`
11+
- [fix] updated third party dependencies to recent versions
12+
713
# 1.5.2
814
- [fix] updated third party dependencies to recent versions
915

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Teamscale-AzureDevOps-Extension",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "Teamscale integration into Azure DevOps",
55
"main": "index.js",
66
"scripts": {

reportUploadTask/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

reportUploadTask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "teamscale-azure-devops-tasks",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

reportUploadTask/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"version": {
1111
"Major": 1,
1212
"Minor": 5,
13-
"Patch": 2
13+
"Patch": 3
1414
},
1515
"runsOn": [
1616
"Agent",

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "teamscale-azure-devops-plugin",
44
"publisher": "CQSEGmbH",
5-
"version": "1.5.2",
5+
"version": "1.5.3",
66
"name": "Teamscale DevOps",
77
"description": "Teamscale Integration with Azure DevOps",
88
"public": true,

0 commit comments

Comments
 (0)