Skip to content

Commit

Permalink
Merge pull request #451 from krassowski/v2.1.2
Browse files Browse the repository at this point in the history
Release v2.1.2
  • Loading branch information
krassowski authored Jan 2, 2021
2 parents 3ade543 + 87ae6c8 commit a86b20b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/job.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ defaults:
env:
# TODO extract these from files instead
PY_JLSP_VERSION: 0.9.3
JS_JLLSP_VERSION: 2.1.1
JS_JLLSP_VERSION: 2.1.2
JS_JLG2D_VERSION: 1.0.0

PYTHONUNBUFFERED: 1
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## CHANGELOG

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

- features

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.1",
"version": "2.1.2",
"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.1",
"version": "2.1.2",
"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 a86b20b

Please sign in to comment.