From 9b7fa4dc6c670f311685949992d102b282fdfbc5 Mon Sep 17 00:00:00 2001 From: Caring bot Date: Wed, 2 Sep 2020 14:22:35 +0000 Subject: [PATCH] Release: 0.15.5 --- CHANGELOG.md | 2 +- clients/cobol-lsp-vscode-extension/CHANGELOG.md | 2 +- clients/cobol-lsp-vscode-extension/package-lock.json | 2 +- clients/cobol-lsp-vscode-extension/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af2cb79317..cf4173c6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to the COBOL Language Support extension are documented in this file. -## [0.15.5](https://github.com/eclipse/che-che4z-lsp-for-cobol/compare/0.13.0...0.14.0) (2020-08-31) +## [0.15.5](https://github.com/eclipse/che-che4z-lsp-for-cobol/compare/0.13.0...0.14.0) (2020-09-02) THe other info. diff --git a/clients/cobol-lsp-vscode-extension/CHANGELOG.md b/clients/cobol-lsp-vscode-extension/CHANGELOG.md index d528552100..a3a97d5ead 100644 --- a/clients/cobol-lsp-vscode-extension/CHANGELOG.md +++ b/clients/cobol-lsp-vscode-extension/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to the COBOL Language Support extension are documented in this file. -## [0.15.5](https://github.com/eclipse/che-che4z-lsp-for-cobol/compare/0.13.0...0.14.0) (2020-08-31) +## [0.15.5](https://github.com/eclipse/che-che4z-lsp-for-cobol/compare/0.13.0...0.14.0) (2020-09-02) Update for user. diff --git a/clients/cobol-lsp-vscode-extension/package-lock.json b/clients/cobol-lsp-vscode-extension/package-lock.json index 3909eab1e5..b319851064 100644 --- a/clients/cobol-lsp-vscode-extension/package-lock.json +++ b/clients/cobol-lsp-vscode-extension/package-lock.json @@ -1,6 +1,6 @@ { "name": "cobol-language-support", - "version": "0.15.4", + "version": "0.15.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/clients/cobol-lsp-vscode-extension/package.json b/clients/cobol-lsp-vscode-extension/package.json index 32768da997..9db2169fd0 100644 --- a/clients/cobol-lsp-vscode-extension/package.json +++ b/clients/cobol-lsp-vscode-extension/package.json @@ -4,7 +4,7 @@ "description": "Autocomplete, highlighting and diagnostics for COBOL code and copybooks.", "author": "Broadcom", "license": "EPL-2.0", - "version": "0.15.4", + "version": "0.15.5", "preview": false, "publisher": "BroadcomMFD", "engines": {