Skip to content

Commit 68c08fd

Browse files
authored
Merge pull request #43 from mathworks/dklilley-release-1.2.2
MATLAB language server - v1.2.2
2 parents 858ee0a + 1f1e9cb commit 68c08fd

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ MATLAB language server supports these editors by installing the corresponding ex
2525

2626
### Unreleased
2727

28+
### 1.2.2
29+
Release date: 2024-05-17
30+
2831
Fixed:
2932
* Resolved packaging failure on Mac
3033
* Resolved connecting to MATLAB in proxy environment

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "matlab-language-server",
3-
"version": "1.2.1",
3+
"version": "1.2.2",
44
"description": "Language Server for MATLAB code",
55
"main": "./src/index.ts",
66
"bin": "./out/index.js",

0 commit comments

Comments
 (0)