We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9409378 commit 5f462f1Copy full SHA for 5f462f1
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# [1.4.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.3.0...v1.4.0) (2021-03-17)
2
+
3
4
+### Features
5
6
+* handling custom requests ([543cd6e](https://github.com/atom-ide-community/atom-languageclient/commit/543cd6e74936f078f389f34166bdf947d4c4bee0))
7
8
# [1.3.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.2.2...v1.3.0) (2021-03-16)
9
10
package.json
@@ -1,6 +1,6 @@
{
"name": "atom-languageclient",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "Integrate Language Servers with Atom",
"repository": "https://github.com/atom-ide-community/atom-languageclient",
"license": "MIT",
0 commit comments