Skip to content

Commit

Permalink
Add M176 schema (#363)
Browse files Browse the repository at this point in the history
* 176 schema
* changelog and version updates
  • Loading branch information
vtbassmatt authored Oct 19, 2020
1 parent 29dffa9 commit 71ef03a
Show file tree
Hide file tree
Showing 4 changed files with 1,652 additions and 1,109 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ 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.177.0
### Fixed
- hopefully fixed some of the startup performance problems (hat tip to @50Wliu)
### Updated
- M176 YAML schema

## 1.174.2
### Fixed
- stopped passing null to `path.isAbsolute()`
Expand Down
2 changes: 1 addition & 1 deletion 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.174.2",
"version": "1.177.0",
"publisher": "ms-azure-devops",
"aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217",
"repository": {
Expand Down
Loading

0 comments on commit 71ef03a

Please sign in to comment.