Skip to content

Commit c38e0e5

Browse files
authored
Update version, changelog, notices for release (#90)
* Take alpha out of the version number * Update changelog, notices
1 parent 66f03d6 commit c38e0e5

File tree

4 files changed

+12
-6
lines changed

4 files changed

+12
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.1.0 - 14 February 2022
2+
### Fixed
3+
* Merge keys are now allowed. [#78](https://github.com/microsoft/compose-language-service/issues/78)
4+
* Better error messages. [#88](https://github.com/microsoft/compose-language-service/pull/88)
5+
16
## 0.0.5-alpha - 15 December 2021
27
### Added
38
* Completions under the `build` section within a service. [#48](https://github.com/microsoft/compose-language-service/issues/48)

NOTICE.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,11 @@ <h1>NOTICES AND INFORMATION</h1>
143143
<li>
144144
<details>
145145
<summary>
146-
yaml 2.0.0-8 - ISC
146+
yaml 2.0.0-10 - ISC
147147
</summary>
148148
<p><a href="https://eemeli.org/yaml/">https://eemeli.org/yaml/</a></p>
149-
149+
<ul><li>Copyright (c) Microsoft Corporation.</li>
150+
<li>Copyright Eemeli Aro &lt;[email protected]&gt;</li></ul>
150151
<pre>
151152
Copyright Eemeli Aro &lt;[email protected]&gt;
152153

@@ -358,7 +359,7 @@ <h1>NOTICES AND INFORMATION</h1>
358359
<li>
359360
<details>
360361
<summary>
361-
vscode-languageserver-textdocument 1.0.2 - MIT
362+
vscode-languageserver-textdocument 1.0.3 - MIT
362363
</summary>
363364
<p><a href="https://github.com/Microsoft/vscode-languageserver-node#readme">https://github.com/Microsoft/vscode-languageserver-node#readme</a></p>
364365
<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.0.6-alpha",
4+
"version": "0.1.0",
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)