Skip to content

Commit 9c3bc87

Browse files
committed
Release v2.1.4
1 parent 6b1af49 commit 9c3bc87

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.github/workflows/job.test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ defaults:
1616
env:
1717
# TODO extract these from files instead
1818
PY_JLSP_VERSION: 0.9.3
19-
JS_JLLSP_VERSION: 2.1.3
19+
JS_JLLSP_VERSION: 2.1.4
2020
JS_JLG2D_VERSION: 1.0.0
2121

2222
PYTHONUNBUFFERED: 1

CHANGELOG.md

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

3+
### `@krassowski/jupyterlab-lsp 2.1.4` (2021-03-09)
4+
5+
- bug fixes:
6+
- backported: Handle case where getCursor() returns null in highlighter ([#544], [#546])
7+
8+
[#544]: https://github.com/krassowski/jupyterlab-lsp/pull/544
9+
[#546]: https://github.com/krassowski/jupyterlab-lsp/pull/546
10+
311
### `@krassowski/jupyterlab-lsp 2.1.3` (2021-02-01)
412

513
- 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": "2.1.3",
3+
"version": "2.1.4",
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": "2.1.3",
3+
"version": "2.1.4",
44
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
55
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
66
"bugs": {

0 commit comments

Comments
 (0)