diff --git a/CHANGELOG.md b/CHANGELOG.md index 20b3fef4..d0ad3f9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.10.1](https://github.com/atom-ide-community/atom-languageclient/compare/v1.10.0...v1.10.1) (2021-06-10) + + +### Bug Fixes + +* update atom-ide-base, zadeh, etc ([6cf01e4](https://github.com/atom-ide-community/atom-languageclient/commit/6cf01e420381b15576cb563ff2f25ab8e3df8854)) + # [1.10.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.9.0...v1.10.0) (2021-05-14) diff --git a/package.json b/package.json index 413da725..f7f450e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "atom-languageclient", - "version": "1.10.0", + "version": "1.10.1", "description": "Integrate Language Servers with Atom", "repository": "https://github.com/atom-ide-community/atom-languageclient", "license": "MIT",