Skip to content

Commit 7150e0e

Browse files
committed
Release v2.1.3
1 parent 40be17c commit 7150e0e

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/job.test.yml

+1-1
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.3
17-
JS_JLLSP_VERSION: 2.1.2
17+
JS_JLLSP_VERSION: 2.1.3
1818
JS_JLG2D_VERSION: 1.0.0
1919

2020
PYTHONUNBUFFERED: 1

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
## CHANGELOG
22

3+
### `@krassowski/jupyterlab-lsp 2.1.3` (2021-01-30)
4+
5+
- bug fixes:
6+
- backported: connection manager now properly keeps track of notebooks when multiple notebooks are open ([#474], [#486])
7+
8+
[#474]: https://github.com/krassowski/jupyterlab-lsp/issues/474
9+
[#486]: https://github.com/krassowski/jupyterlab-lsp/issues/486
10+
311
### `@krassowski/jupyterlab-lsp 2.1.2` (2021-01-02)
412

513
- 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)