Skip to content

Commit 2317a7d

Browse files
chore(release): 1.12.1 [skip ci]
1 parent 4ca68c2 commit 2317a7d

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.1](https://github.com/atom-ide-community/atom-languageclient/compare/v1.12.0...v1.12.1) (2021-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* determineProjectPath was called with the wrong `this` ([e58c3a4](https://github.com/atom-ide-community/atom-languageclient/commit/e58c3a46f2405fb297f88dd60f40bf28ab2300ee))
7+
18
# [1.12.0](https://github.com/atom-ide-community/atom-languageclient/compare/v1.11.0...v1.12.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.12.0",
3+
"version": "1.12.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)