Update version, changelog, notices for 0.1.1 (#96)
This commit is contained in:
Родитель
6aaa1f8742
Коммит
43b340bf1b
|
@ -1,3 +1,10 @@
|
|||
## 0.1.1 - 8 April 2022
|
||||
### Added
|
||||
* Completions for the `profiles` section within a service. [#94](https://github.com/microsoft/compose-language-service/pull/94)
|
||||
|
||||
### Fixed
|
||||
* Formatting should no longer remove document end markers. [#93](https://github.com/microsoft/compose-language-service/issues/93)
|
||||
|
||||
## 0.1.0 - 14 February 2022
|
||||
### Fixed
|
||||
* Merge keys are now allowed. [#78](https://github.com/microsoft/compose-language-service/issues/78)
|
||||
|
|
|
@ -143,10 +143,10 @@ IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
yaml 2.0.0-10 - ISC
|
||||
yaml 2.0.0 - ISC
|
||||
</summary>
|
||||
<p><a href="https://eemeli.org/yaml/">https://eemeli.org/yaml/</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li>
|
||||
<ul><li>Copyright (c) Microsoft Corporation</li>
|
||||
<li>Copyright Eemeli Aro <eemeli@gmail.com></li></ul>
|
||||
<pre>
|
||||
Copyright Eemeli Aro <eemeli@gmail.com>
|
||||
|
@ -359,7 +359,7 @@ THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
|
|||
<li>
|
||||
<details>
|
||||
<summary>
|
||||
vscode-languageserver-textdocument 1.0.3 - MIT
|
||||
vscode-languageserver-textdocument 1.0.4 - MIT
|
||||
</summary>
|
||||
<p><a href="https://github.com/Microsoft/vscode-languageserver-node#readme">https://github.com/Microsoft/vscode-languageserver-node#readme</a></p>
|
||||
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
{
|
||||
"name": "@microsoft/compose-language-service",
|
||||
"version": "0.1.1-alpha",
|
||||
"version": "0.1.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "@microsoft/compose-language-service",
|
||||
"version": "0.1.1-alpha",
|
||||
"version": "0.1.1",
|
||||
"license": "See LICENSE in the project root for license information.",
|
||||
"dependencies": {
|
||||
"vscode-languageserver": "^7.0.0",
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@microsoft/compose-language-service",
|
||||
"author": "Microsoft Corporation",
|
||||
"version": "0.1.1-alpha",
|
||||
"version": "0.1.1",
|
||||
"publisher": "ms-azuretools",
|
||||
"description": "Language service for Docker Compose documents",
|
||||
"license": "See LICENSE in the project root for license information.",
|
||||
|
|
Загрузка…
Ссылка в новой задаче