diff --git a/CHANGELOG.md b/CHANGELOG.md index f6401b4c..602293d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.12.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.11.0...v1.12.0) (2021-06-13) + + +### Features + +* allow disabling shutdownGracefully ([14bec25](https://github.com/atom-ide-community/atom-languageclient/commit/14bec2586e85252e418b26d55cdd2c498cbabf58)) + # [1.11.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.10.1...v1.11.0) (2021-06-13) diff --git a/package.json b/package.json index 545e2c4d..148a977d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-languageclient", - "version": "1.11.0", + "version": "1.12.0", "description": "Integrate Language Servers with Atom", "repository": "https://github.com/atom-ide-community/atom-languageclient", "license": "MIT",