Skip to content

Commit

Permalink
Merge pull request #168 from krassowski/release/0.7.1
Browse files Browse the repository at this point in the history
Release 0.7.1
  • Loading branch information
krassowski authored Jan 19, 2020
2 parents 7420ac1 + 9948e8d commit f6afbee
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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 0.7.1` (unreleased)
## `@krassowski/jupyterlab-lsp 0.7.1`

- features

Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ variables:
YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn

PY_JLSP_VERSION: 0.7.0b0
JS_JLLSP_VERSION: 0.7.0
JS_JLLSP_VERSION: 0.7.1

FIRST_PARTY_LABEXTENSIONS: >-
packages/jupyterlab-lsp/krassowski-jupyterlab-lsp-$(JS_JLLSP_VERSION).tgz
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": "0.7.0",
"version": "0.7.1",
"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": "0.7.0",
"version": "0.7.1",
"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 f6afbee

Please sign in to comment.