Skip to content

Commit

Permalink
Bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Mar 5, 2024
1 parent a9eb7e5 commit e8e5461
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Changelog

### `jupyter-lsp 2.2.4`

- bug fixes:
- fix websocket handler incorrectly inheriting from `APIHandler` rather than `JupyterHandler` (#1069)
- remove unused notebook config entry point (#1069)
- support latest version of `typescript-language-server` (#1064)

### `@jupyter-lsp/jupyterlab-lsp 5.1.0`

Requires JupyterLab `>=4.1.0,<5.0.0a0`
Expand Down
2 changes: 1 addition & 1 deletion python_packages/jupyter_lsp/jupyter_lsp/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" single source of truth for jupyter_lsp version
"""

__version__ = "2.2.3"
__version__ = "2.2.4"

0 comments on commit e8e5461

Please sign in to comment.