Merge pull request #5 from microsoft/316848_releas

prep for release
This commit is contained in:
Brian Kim 2020-10-23 09:10:43 -07:00 коммит произвёл GitHub
Родитель 6fd6cd0684 ee2569494a
Коммит d8d19363da
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 8 добавлений и 2 удалений

Просмотреть файл

@ -1,5 +1,10 @@
# Change Log
## **0.2.6**
- Move docs-yaml to standalone repository to include as submodule.
- Add configuration settings to disable telemetry collection.
## **0.2.4**
- Bug fix for fuzzy search with templates
@ -56,9 +61,10 @@
- Support TOC schema validation
> remaining work:
>
> 1. ~~update the `toc.schema.json` file.~~
> 2. resolve toc filename case-insensitive issue([yaml-language-server issue](https://github.com/redhat-developer/yaml-language-server/pull/79)).
## **0.1.0**
- Initial release with support for validation, hover and auto completion
- Initial release with support for validation, hover and auto completion

Просмотреть файл

@ -3,7 +3,7 @@
"displayName": "docs-yaml",
"description": "YAML schema validation and auto-completion for docs.microsoft.com authoring",
"aiKey": "0a0e5961-85c2-451a-bce8-6a54e37c93be",
"version": "0.2.5",
"version": "0.2.6",
"publisher": "docsmsft",
"engines": {
"vscode": "^1.43.0"