Skip to content

Commit 9c56a02

Browse files
authored
Merge pull request #341 from krassowski/v2.0.2
Release v2.0.2
2 parents 07a66b2 + 49f688a commit 9c56a02

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ variables:
1616
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn
1717

1818
PY_JLSP_VERSION: 0.9.2
19-
JS_JLLSP_VERSION: 2.0.1
19+
JS_JLLSP_VERSION: 2.0.2
2020
JS_JLG2D_VERSION: 1.0.0
2121

2222
FIRST_PARTY_LABEXTENSIONS: >-

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.0.1",
3+
"version": "2.0.2",
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.0.1",
3+
"version": "2.0.2",
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)