Skip to content

Commit 9e388fe

Browse files
authored
Merge pull request #392 from krassowski/v2.0.8
Release v2.0.8
2 parents 6bd8831 + 0e753eb commit 9e388fe

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ defaults:
1414
env:
1515
# TODO extract these from files instead
1616
PY_JLSP_VERSION: 0.9.2
17-
JS_JLLSP_VERSION: 2.0.7
17+
JS_JLLSP_VERSION: 2.0.8
1818
JS_JLG2D_VERSION: 1.0.0
1919

2020
PYTHONUNBUFFERED: 1

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 2.0.8` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 2.0.8` (2020-10-25)
44

55
- bug fixes
66

77
- custom cell syntax highlighting is now properly removed when no longer needed ([#387])
88
- the completer in continuous hinting now works well with the pasted text ([#389])
99
- continuous hinting suggestions will no longer show up if the only hint is the same as the current token ([#391])
10+
- available options for hover modifier keys are now listed in the setting descriptions ([#377])
1011

12+
[#377]: https://github.com/krassowski/jupyterlab-lsp/issues/377
1113
[#387]: https://github.com/krassowski/jupyterlab-lsp/issues/387
1214
[#389]: https://github.com/krassowski/jupyterlab-lsp/issues/389
1315
[#391]: https://github.com/krassowski/jupyterlab-lsp/issues/391

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/metapackage/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "2.0.7",
3+
"version": "2.0.8",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
66
"bugs": {

0 commit comments

Comments
 (0)