Skip to content

Commit 69238e7

Browse files
chore(release): 1.0.1 [skip ci]
1 parent 12ec13f commit 69238e7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [1.0.1](https://github.com/atom-ide-community/atom-languageclient/compare/v1.0.0...v1.0.1) (2020-11-30)
2+
3+
4+
### Bug Fixes
5+
6+
* fix removing triggerChar ([5ef25a8](https://github.com/atom-ide-community/atom-languageclient/commit/5ef25a85a26fc0b22cfa1e31f8041c2c0dc5e8f0))
7+
* kill and on exit signature match child_process ([#103](https://github.com/atom-ide-community/atom-languageclient/issues/103)) ([84f5401](https://github.com/atom-ide-community/atom-languageclient/commit/84f54016247c45c96286107d759cb30907024817))
8+
19
## v1.0.0
210

311
- Repo moved to https://github.com/atom-ide-community/atom-languageclient so the community can take over development.

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.0",
3+
"version": "1.0.1",
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)