Skip to content

Commit 6a16adf

Browse files
committed
Skip over 1.1.1, move to 1.1.2 to publish clean build
1 parent 89d9cce commit 6a16adf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## CHANGELOG
22

3-
### `@krassowski/jupyterlab-lsp 1.1.1` (2020-08-05)
3+
### `@krassowski/jupyterlab-lsp 1.1.2` (2020-08-05)
44

55
- bug fixes
66

azure-pipelines.yml

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

1616
PY_JLSP_VERSION: 0.9.1
17-
JS_JLLSP_VERSION: 1.1.1
17+
JS_JLLSP_VERSION: 1.1.2
1818
JS_JLG2D_VERSION: 1.0.0
1919

2020
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": "1.1.1",
3+
"version": "1.1.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": "1.1.1",
3+
"version": "1.1.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)