Skip to content

Commit

Permalink
[Rollback Commit] Rebuild LKG Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityaMankal-MS committed Oct 16, 2024
1 parent 6c788db commit 1cd95b2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!)
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion service-schema.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 1cd95b2

Please sign in to comment.