Skip to content

Commit

Permalink
Merge pull request #611 from krassowski/v3.7.0
Browse files Browse the repository at this point in the history
Release 3.7.0
  • Loading branch information
krassowski authored May 31, 2021
2 parents 7bc2e30 + 8deb2b8 commit 321916c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

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

- features:

Expand All @@ -9,7 +9,6 @@
- add auto-detection of pyright server ([#587], thanks @yuntan)
- update from JupyterLab Classic to RetroLab ([#603])
- log server messages in user-accessible console ([#606])
- 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])

- bug fixes:

Expand All @@ -18,6 +17,7 @@
- other changes:
- drop Node 10 (EOL 2 weeks ago) testing on CI, add Node 15 ([#587])
- update lsp-ws-connection dependencies ([#606])
- 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])

[#586]: https://github.com/krassowski/jupyterlab-lsp/pull/586
[#587]: https://github.com/krassowski/jupyterlab-lsp/pull/587
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": "3.6.0",
"version": "3.7.0",
"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": "3.6.0",
"version": "3.7.0",
"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 321916c

Please sign in to comment.