Skip to content

Commit 43b340b

Browse files
authored
Update version, changelog, notices for 0.1.1 (#96)
1 parent 6aaa1f8 commit 43b340b

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.1.1 - 8 April 2022
2+
### Added
3+
* Completions for the `profiles` section within a service. [#94](https://github.com/microsoft/compose-language-service/pull/94)
4+
5+
### Fixed
6+
* Formatting should no longer remove document end markers. [#93](https://github.com/microsoft/compose-language-service/issues/93)
7+
18
## 0.1.0 - 14 February 2022
29
### Fixed
310
* Merge keys are now allowed. [#78](https://github.com/microsoft/compose-language-service/issues/78)

NOTICE.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,10 @@ <h1>NOTICES AND INFORMATION</h1>
143143
<li>
144144
<details>
145145
<summary>
146-
yaml 2.0.0-10 - ISC
146+
yaml 2.0.0 - ISC
147147
</summary>
148148
<p><a href="https://eemeli.org/yaml/">https://eemeli.org/yaml/</a></p>
149-
<ul><li>Copyright (c) Microsoft Corporation.</li>
149+
<ul><li>Copyright (c) Microsoft Corporation</li>
150150
<li>Copyright Eemeli Aro &lt;[email protected]&gt;</li></ul>
151151
<pre>
152152
Copyright Eemeli Aro &lt;[email protected]&gt;
@@ -359,7 +359,7 @@ <h1>NOTICES AND INFORMATION</h1>
359359
<li>
360360
<details>
361361
<summary>
362-
vscode-languageserver-textdocument 1.0.3 - MIT
362+
vscode-languageserver-textdocument 1.0.4 - MIT
363363
</summary>
364364
<p><a href="https://github.com/Microsoft/vscode-languageserver-node#readme">https://github.com/Microsoft/vscode-languageserver-node#readme</a></p>
365365
<ul><li>Copyright (c) Microsoft Corporation.</li></ul>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@microsoft/compose-language-service",
33
"author": "Microsoft Corporation",
4-
"version": "0.1.1-alpha",
4+
"version": "0.1.1",
55
"publisher": "ms-azuretools",
66
"description": "Language service for Docker Compose documents",
77
"license": "See LICENSE in the project root for license information.",

0 commit comments

Comments
 (0)