Skip to content

Commit 73e390a

Browse files
authored
Prepare 5.1.1 release (#1122)
* Prepare 5.1.1 release * Lint
1 parent 494bec5 commit 73e390a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

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

3-
### `@jupyter-lsp/jupyterlab-lsp (next)`
3+
### `@jupyter-lsp/jupyterlab-lsp 5.1.1`
44

55
- bug fixes:
6-
- Don't look at editor under the mouse on mouse motion when the widget adapter is not connected ([#1113](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/1113))
6+
7+
- don't look at editor under the mouse on mouse motion when the widget adapter is not connected ([#1113](https://github.com/jupyter-lsp/jupyterlab-lsp/issues/1113))
8+
- fix auto-completer to trigger only on trigger characters, not on every character ([#1117](https://github.com/jupyter-lsp/jupyterlab-lsp/pull/1117))
9+
10+
- maintenance:
11+
- dropped Python 3.8 and Node 18, added newer version to testing matrix
712

813
### `jupyter-lsp 2.2.5`
914

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": "@jupyter-lsp/jupyterlab-lsp",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
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": "@jupyter-lsp/jupyterlab-lsp-metapackage",
3-
"version": "5.1.0",
3+
"version": "5.1.1",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/jupyter-lsp/jupyterlab-lsp",
66
"bugs": {

0 commit comments

Comments
 (0)