Skip to content

Commit 6c9fd7a

Browse files
committed
Prepare jupyterlab-lsp 3.9.3 release
1 parent 594b2e0 commit 6c9fd7a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
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+
### `@krassowski/jupyterlab-lsp 3.9.3` (2021-12-19)
4+
5+
- bug fixes:
6+
- workaround upstream issue in merging translation ([#726], thanks @fcollonval)
7+
8+
[#726]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/726
9+
310
### `@krassowski/jupyterlab-lsp 3.9.2` (2021-12-12)
411

512
- bug fixes:

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": "@krassowski/jupyterlab-lsp",
3-
"version": "3.9.2",
3+
"version": "3.9.3",
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": "@krassowski/jupyterlab-lsp-metapackage",
3-
"version": "3.9.2",
3+
"version": "3.9.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)