Skip to content

Commit 5afe3b4

Browse files
authored
Prepare 5.0.3 release (jupyter-lsp#1046)
1 parent 55df564 commit 5afe3b4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
### `@jupyter-lsp/jupyterlab-lsp 5.0.3`
4+
5+
- bug fixes:
6+
- fix nested transclusions in JupyterLab 4.0.7+ (#1045)
7+
- fix completions when `type` is not defined (#1044)
8+
39
### `@jupyter-lsp/jupyterlab-lsp 5.0.2`
410

511
- bug fixes:

packages/jupyterlab-lsp/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/jupyterlab-lsp",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
44
"description": "Language Server Protocol integration for JupyterLab",
55
"keywords": [
66
"jupyter",

packages/metapackage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@jupyter-lsp/jupyterlab-lsp-metapackage",
3-
"version": "5.0.2",
3+
"version": "5.0.3",
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)