We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9eb7e5 commit e8e5461Copy full SHA for e8e5461
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+### `jupyter-lsp 2.2.4`
4
+
5
+- bug fixes:
6
+ - fix websocket handler incorrectly inheriting from `APIHandler` rather than `JupyterHandler` (#1069)
7
+ - remove unused notebook config entry point (#1069)
8
+ - support latest version of `typescript-language-server` (#1064)
9
10
### `@jupyter-lsp/jupyterlab-lsp 5.1.0`
11
12
Requires JupyterLab `>=4.1.0,<5.0.0a0`
python_packages/jupyter_lsp/jupyter_lsp/_version.py
@@ -1,4 +1,4 @@
""" single source of truth for jupyter_lsp version
"""
-__version__ = "2.2.3"
+__version__ = "2.2.4"
0 commit comments