Skip to content

Commit 268324b

Browse files
chore(release): 1.1.0 [skip ci]
1 parent 173fcf8 commit 268324b

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.1.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.0.8...v1.1.0) (2021-02-20)
2+
3+
4+
### Features
5+
6+
* added canAdapt & tests, exposed CommandExecutionAdapter ([eb1cc74](https://github.com/atom-ide-community/atom-languageclient/commit/eb1cc74709ed65925bc8b15b4636c96f5982e1b2))
7+
* introduce an Adapter for `executeCommand` that also allows registering custom callbacks ([fc6e182](https://github.com/atom-ide-community/atom-languageclient/commit/fc6e182bcc86af5ae59840d5b374ea40992140d4))
8+
19
## [1.0.8](https://github.com/atom-ide-community/atom-languageclient/compare/v1.0.7...v1.0.8) (2021-02-19)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-languageclient",
3-
"version": "1.0.8",
3+
"version": "1.1.0",
44
"description": "Integrate Language Servers with Atom",
55
"repository": "https://github.com/atom-ide-community/atom-languageclient",
66
"license": "MIT",

0 commit comments

Comments
 (0)