diff --git a/CHANGELOG.md b/CHANGELOG.md index a8485290..5e1ced48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to the Azure Pipelines extension will be documented in this The format is based on [Keep a Changelog](http://keepachangelog.com/). Versioning follows an internal Azure DevOps format that is not compatible with SemVer. +## 1.247.3 +### Fixed +- Rebuilding main branch to rollback version 1.247.2 + ## 1.237.0 ### Added - Added go-to-definition support for local templates (thanks @Stuart-Wilcox!) diff --git a/package-lock.json b/package-lock.json index 6e56308b..7effccb3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "azure-pipelines", - "version": "1.237.0", + "version": "1.247.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "azure-pipelines", - "version": "1.237.0", + "version": "1.247.3", "license": "MIT", "dependencies": { "@vscode/extension-telemetry": "^0.5.1", diff --git a/package.json b/package.json index d524164a..758f85fb 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "azure-pipelines", "displayName": "Azure Pipelines", "description": "Syntax highlighting, IntelliSense, and more for Azure Pipelines YAML", - "version": "1.237.0", + "version": "1.247.3", "publisher": "ms-azure-devops", "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "repository": { diff --git a/service-schema.json b/service-schema.json index b6ec23d9..62991fd4 100644 --- a/service-schema.json +++ b/service-schema.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/service-schema.json", - "$comment": "v1.235.0", + "$comment": "v1.247.3", "title": "Pipeline schema", "description": "A pipeline definition", "oneOf": [