Skip to content

Commit 8deb2b8

Browse files
committed
Release 3.7.0
1 parent 7bc2e30 commit 8deb2b8

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Changelog
22

3-
### `@krassowski/jupyterlab-lsp 3.7.0` (unreleased)
3+
### `@krassowski/jupyterlab-lsp 3.7.0` (2021-05-31)
44

55
- features:
66

@@ -9,7 +9,6 @@
99
- add auto-detection of pyright server ([#587], thanks @yuntan)
1010
- update from JupyterLab Classic to RetroLab ([#603])
1111
- log server messages in user-accessible console ([#606])
12-
- old emit-based API of lsp-ws-connection is new deprecated and will be removed in the next major version; please use `serverNotifications`, `clientNotifications`, `clientRequests` and `serverRequests` instead ([#606])
1312

1413
- bug fixes:
1514

@@ -18,6 +17,7 @@
1817
- other changes:
1918
- drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 15 ([#587])
2019
- update lsp-ws-connection dependencies ([#606])
20+
- old emit-based API of lsp-ws-connection is new deprecated and will be removed in the next major version; please use `serverNotifications`, `clientNotifications`, `clientRequests` and `serverRequests` instead ([#606])
2121

2222
[#586]: https://github.com/krassowski/jupyterlab-lsp/pull/586
2323
[#587]: https://github.com/krassowski/jupyterlab-lsp/pull/587

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": "3.6.0",
3+
"version": "3.7.0",
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": "3.6.0",
3+
"version": "3.7.0",
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)