Skip to content

Commit d3f6060

Browse files
committed
Prepare 3.9.1 release
1 parent 1f57ce0 commit d3f6060

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

CHANGELOG.md

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

3+
### `@krassowski/jupyterlab-lsp 3.9.1` (2021-10-24)
4+
5+
- bug fixes:
6+
- fix build issues making it difficult to reuse/extend the package ([#696], thanks @cccs-jc)
7+
8+
[#696]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/696
9+
10+
### `jupyter-lsp 1.5.0` (2021-10-24):
11+
12+
- features:
13+
- add support for new `typescript-language-server` replacing `javascript-typescript-langserver`;
14+
despite the name both packages provide support for all four: JavaScrip, JSX, TypeScript and TSX;
15+
the old `javascript-typescript-langserver` can still be used, but it is no longer maintained
16+
and we will not be supported, and specs may be removed in the next major release ([#697]).
17+
18+
[#697]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/697
19+
320
### `@krassowski/jupyterlab-lsp 3.9.0` (2021-10-17)
421

522
- features:

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.0",
3+
"version": "3.9.1",
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.0",
3+
"version": "3.9.1",
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": {
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
""" single source of truth for jupyter_lsp version
22
"""
3-
__version__ = "1.4.1"
3+
__version__ = "1.5.0"

0 commit comments

Comments
 (0)