From 3783cc7c1c3c35c0f0caeb2bf38fe5f30c5583b9 Mon Sep 17 00:00:00 2001 From: Alexey Samoylov Date: Mon, 29 Jun 2026 12:27:59 +0600 Subject: [PATCH] chore(azure): release extension 0.1.40 dp-yfd --- DiffPalReviewDevV1/task.json | 2 +- DiffPalReviewV1/task.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- vss-extension.dev.json | 2 +- vss-extension.json | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DiffPalReviewDevV1/task.json b/DiffPalReviewDevV1/task.json index 817ad8d..26196a3 100644 --- a/DiffPalReviewDevV1/task.json +++ b/DiffPalReviewDevV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 15 + "Patch": 16 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review Dev", diff --git a/DiffPalReviewV1/task.json b/DiffPalReviewV1/task.json index b3c9af0..2e23a8b 100644 --- a/DiffPalReviewV1/task.json +++ b/DiffPalReviewV1/task.json @@ -10,7 +10,7 @@ "version": { "Major": 1, "Minor": 6, - "Patch": 15 + "Patch": 16 }, "minimumAgentVersion": "3.224.0", "instanceNameFormat": "DiffPal Review", diff --git a/package-lock.json b/package-lock.json index 0e9bf15..b807cfa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@diffpal/azure-devops-extension", - "version": "0.1.39", + "version": "0.1.40", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@diffpal/azure-devops-extension", - "version": "0.1.39", + "version": "0.1.40", "license": "MIT", "dependencies": { "azure-pipelines-task-lib": "5.2.10" diff --git a/package.json b/package.json index bf3f5a6..b1c1e67 100644 --- a/package.json +++ b/package.json @@ -34,5 +34,5 @@ "publish:prod": "npm run build \u0026\u0026 tfx extension publish --manifest-globs vss-extension.json", "smoke": "npm run build \u0026\u0026 node scripts/smoke-test.js" }, - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file diff --git a/vss-extension.dev.json b/vss-extension.dev.json index 4282ade..8009590 100644 --- a/vss-extension.dev.json +++ b/vss-extension.dev.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file diff --git a/vss-extension.json b/vss-extension.json index 5c8b565..aad94f3 100644 --- a/vss-extension.json +++ b/vss-extension.json @@ -46,5 +46,5 @@ "id": "Microsoft.VisualStudio.Services" } ], - "version": "0.1.39" + "version": "0.1.40" } \ No newline at end of file