Skip to content

Commit a466620

Browse files
committed
bump lsp-ws-connection
1 parent 87bd259 commit a466620

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
- maintenance:
2929
- bump minimum required JupyterLab version to 3.3 (`>=3.3.0,<4.0.0a0`)
3030
- bump minimum required Node.js version to 14.0 (12.0 reached EOL in April)
31+
- use newer `@jupyterlab/builder` which provides third-party license information ([#882])
3132

3233
[#724]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/724
3334
[#738]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/738
@@ -45,6 +46,16 @@
4546
[#880]: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/880
4647
[#882]: https://github.com/jupyter-lsp/jupyterlab-lsp/pull/882
4748

49+
### `lsp-ws-connection 0.7.1` (not-yet-released)
50+
51+
- downstreams
52+
53+
- includes sourcemaps for easier debugging ([#882])
54+
55+
- maintenance:
56+
57+
- handle notifcation promises more explicitly ([#882])
58+
4859
### `@krassowski/jupyterlab-lsp 3.10.1` (2022-03-21)
4960

5061
- bug fixes:
@@ -632,7 +643,7 @@
632643

633644
- bug fixes
634645

635-
- bump version of lsp-ws-connection dependency to fix the LaTeX server issues (see [#337])
646+
- bump version of `lsp-ws-connection` dependency to fix the LaTeX server issues (see [#337])
636647

637648
[#337]: https://github.com/jupyter-lsp/jupyterlab-lsp/issues/337
638649

packages/jupyterlab-lsp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@jupyter-lsp/theme-material": "~2.1.1",
6464
"@jupyter-lsp/theme-vscode": "~2.1.1",
6565
"lodash.mergewith": "^4.6.1",
66-
"lsp-ws-connection": "~0.7.0"
66+
"lsp-ws-connection": "~0.7.1"
6767
},
6868
"devDependencies": {
6969
"@babel/preset-env": "^7.4.3",

packages/lsp-ws-connection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsp-ws-connection",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "Utility for adapting editors to language server protocol",
55
"main": "dist/index.js",
66
"module": "dist/index.js",

0 commit comments

Comments
 (0)