Skip to content

Commit

Permalink
Merge pull request #554 from jtpio/v2.1.4
Browse files Browse the repository at this point in the history
Release v2.1.4
  • Loading branch information
krassowski authored Mar 9, 2021
2 parents 6b1af49 + 9c3bc87 commit c2ec66b
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ defaults:
env:
# TODO extract these from files instead
PY_JLSP_VERSION: 0.9.3
JS_JLLSP_VERSION: 2.1.3
JS_JLLSP_VERSION: 2.1.4
JS_JLG2D_VERSION: 1.0.0

PYTHONUNBUFFERED: 1
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## CHANGELOG

### `@krassowski/jupyterlab-lsp 2.1.4` (2021-03-09)

- bug fixes:
- backported: Handle case where getCursor() returns null in highlighter ([#544], [#546])

[#544]: https://github.com/krassowski/jupyterlab-lsp/pull/544
[#546]: https://github.com/krassowski/jupyterlab-lsp/pull/546

### `@krassowski/jupyterlab-lsp 2.1.3` (2021-02-01)

- bug fixes:
Expand Down
2 changes: 1 addition & 1 deletion packages/jupyterlab-lsp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp",
"version": "2.1.3",
"version": "2.1.4",
"description": "Language Server Protocol integration for JupyterLab",
"keywords": [
"jupyter",
Expand Down
2 changes: 1 addition & 1 deletion packages/metapackage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@krassowski/jupyterlab-lsp-metapackage",
"version": "2.1.3",
"version": "2.1.4",
"description": "JupyterLab LSP - Meta Package. All of the packages used by JupyterLab LSP",
"homepage": "https://github.com/krassowski/jupyterlab-lsp",
"bugs": {
Expand Down

0 comments on commit c2ec66b

Please sign in to comment.