Skip to content

Commit e8e5461

Browse files
committed
Bump version and changelog
1 parent a9eb7e5 commit e8e5461

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
## Changelog
22

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+
310
### `@jupyter-lsp/jupyterlab-lsp 5.1.0`
411

512
Requires JupyterLab `>=4.1.0,<5.0.0a0`
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
""" single source of truth for jupyter_lsp version
22
"""
33

4-
__version__ = "2.2.3"
4+
__version__ = "2.2.4"

0 commit comments

Comments
 (0)