From e4ed0b262e6fd4966b7edbd430014d81383b0a80 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 31 Jul 2021 21:59:49 +0000 Subject: [PATCH] chore(release): 1.16.0 [skip ci] --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 996ff10..ea53a84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +# [1.16.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.15.0...v1.16.0) (2021-07-31) + + +### Bug Fixes + +* added auto-languageclient's test ([e1bd570](https://github.com/atom-ide-community/atom-languageclient/commit/e1bd5706744e50153d6642b439942a29eff009e8)) +* apply comment (getLanguageIdFromEditor returns grammar name) ([c074b49](https://github.com/atom-ide-community/atom-languageclient/commit/c074b49469a6f9d9633746adb08f6b65a82a8157)) +* make the test name accurate ([c0899dc](https://github.com/atom-ide-community/atom-languageclient/commit/c0899dc5a793c7ec100ea7b571ca6292df580a95)) +* test and comment ([220c9fd](https://github.com/atom-ide-community/atom-languageclient/commit/220c9fd897e5c6bb3a7b54e9d0075aec4a3c87c5)) + + +### Features + +* make the languageId of didOpen notifications configurable ([cf8f666](https://github.com/atom-ide-community/atom-languageclient/commit/cf8f6663c63cd59e405d15a9ab75e968f906898a)) + # [1.15.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.14.1...v1.15.0) (2021-07-22) diff --git a/package.json b/package.json index ba047c4..b4675bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-languageclient", - "version": "1.15.0", + "version": "1.16.0", "description": "Integrate Language Servers with Atom", "repository": "https://github.com/atom-ide-community/atom-languageclient", "license": "MIT",