Skip to content

Commit 151a069

Browse files
chore(release): 1.12.0 [skip ci]
1 parent 1c2b2cd commit 151a069

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.12.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.11.0...v1.12.0) (2021-06-13)
2+
3+
4+
### Features
5+
6+
* allow disabling shutdownGracefully ([14bec25](https://github.com/atom-ide-community/atom-languageclient/commit/14bec2586e85252e418b26d55cdd2c498cbabf58))
7+
18
# [1.11.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.10.1...v1.11.0) (2021-06-13)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "atom-languageclient",
3-
"version": "1.11.0",
3+
"version": "1.12.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)