Skip to content

Commit

Permalink
Merge pull request #498 from krassowski/v2.1.3
Browse files Browse the repository at this point in the history
Release v2.1.3
  • Loading branch information
krassowski authored Feb 1, 2021
2 parents 2dbab04 + 99bb9ce commit 7131273
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
env:
# TODO extract these from files instead
PY_JLSP_VERSION: 0.9.3
JS_JLLSP_VERSION: 2.1.2
JS_JLLSP_VERSION: 2.1.3
JS_JLG2D_VERSION: 1.0.0

PYTHONUNBUFFERED: 1
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 2.1.3` (2021-02-01)

- bug fixes:
- backported: connection manager now properly keeps track of notebooks when multiple notebooks are open ([#474], [#486])
- backported: notebook (and diagnostics panel) state is now properly updated after rename or kernel restart ([#499])

[#474]: https://github.com/krassowski/jupyterlab-lsp/issues/474
[#486]: https://github.com/krassowski/jupyterlab-lsp/issues/486
[#499]: https://github.com/krassowski/jupyterlab-lsp/issues/499

### `@krassowski/jupyterlab-lsp 2.1.2` (2021-01-02)

- features
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "2.1.2",
"version": "2.1.3",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp-metapackage",
"version": "2.1.2",
"version": "2.1.3",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down

0 comments on commit 7131273

Please sign in to comment.