Skip to content

Commit 7131273

Browse files
authored
Merge pull request #498 from krassowski/v2.1.3
Release v2.1.3
2 parents 2dbab04 + 99bb9ce commit 7131273

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

.github/workflows/job.test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
env:
1717
# TODO extract these from files instead
1818
PY_JLSP_VERSION: 0.9.3
19-
JS_JLLSP_VERSION: 2.1.2
19+
JS_JLLSP_VERSION: 2.1.3
2020
JS_JLG2D_VERSION: 1.0.0
2121

2222
PYTHONUNBUFFERED: 1

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 2.1.3` (2021-02-01)
4+
5+
- bug fixes:
6+
- backported: connection manager now properly keeps track of notebooks when multiple notebooks are open ([#474], [#486])
7+
- backported: notebook (and diagnostics panel) state is now properly updated after rename or kernel restart ([#499])
8+
9+
[#474]: https://github.com/krassowski/jupyterlab-lsp/issues/474
10+
[#486]: https://github.com/krassowski/jupyterlab-lsp/issues/486
11+
[#499]: https://github.com/krassowski/jupyterlab-lsp/issues/499
12+
313
### `@krassowski/jupyterlab-lsp 2.1.2` (2021-01-02)
414

515
- features

packages/jupyterlab-lsp/package.json

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

packages/metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "2.1.2",
3+
"version": "2.1.3",
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)