From a305b864128df1c9b0d0a0bbe34272969a97ba74 Mon Sep 17 00:00:00 2001 From: "Brandon Waterloo [MSFT]" <36966225+bwateratmsft@users.noreply.github.com> Date: Mon, 13 Feb 2023 16:08:52 -0500 Subject: [PATCH] Update version, changelog, notices for 0.1.3 (#116) --- CHANGELOG.md | 4 ++++ NOTICE.html | 7 +++++-- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83ec7f4..8508243 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.3 - 13 February 2023 +### Added +* Added an executable to launch the language server. [#114](https://github.com/microsoft/compose-language-service/issues/114) + ## 0.1.2 - 20 July 2022 ### Changed * Switched to Node 16 and updates some dependencies. [#98](https://github.com/microsoft/compose-language-service/pull/98), [#102](https://github.com/microsoft/compose-language-service/pull/102) diff --git a/NOTICE.html b/NOTICE.html index f0ed844..6c49195 100644 --- a/NOTICE.html +++ b/NOTICE.html @@ -61,7 +61,7 @@

NOTICES AND INFORMATION

  • - minimatch 3.0.4 - ISC + minimatch 3.1.2 - ISC

    https://github.com/isaacs/minimatch#readme

    @@ -291,7 +291,10 @@

    NOTICES AND INFORMATION

    vscode-languageclient 8.0.2 - MIT

    https://github.com/Microsoft/vscode-languageserver-node#readme

    - +
             Copyright (c) Microsoft Corporation
     
    diff --git a/package-lock.json b/package-lock.json
    index 312f307..de1e4c7 100644
    --- a/package-lock.json
    +++ b/package-lock.json
    @@ -1,12 +1,12 @@
     {
         "name": "@microsoft/compose-language-service",
    -    "version": "0.1.3-alpha",
    +    "version": "0.1.3",
         "lockfileVersion": 2,
         "requires": true,
         "packages": {
             "": {
                 "name": "@microsoft/compose-language-service",
    -            "version": "0.1.3-alpha",
    +            "version": "0.1.3",
                 "license": "See LICENSE in the project root for license information.",
                 "dependencies": {
                     "vscode-languageserver": "^8.0.2",
    diff --git a/package.json b/package.json
    index f273b2c..f1b7736 100644
    --- a/package.json
    +++ b/package.json
    @@ -1,7 +1,7 @@
     {
         "name": "@microsoft/compose-language-service",
         "author": "Microsoft Corporation",
    -    "version": "0.1.3-alpha",
    +    "version": "0.1.3",
         "publisher": "ms-azuretools",
         "description": "Language service for Docker Compose documents",
         "license": "See LICENSE in the project root for license information.",