Skip to content

Commit 829d3dd

Browse files
committed
Update version and README for v1.2.5
1 parent 1751379 commit 829d3dd

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

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

2828
### Unreleased
2929

30+
### 1.2.5
31+
Release date: 2024-08-16
32+
3033
Fixed:
3134
* Leading or trailing whitespace in `installPath` setting is ignored when connecting to MATLAB
3235

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.4",
3+
"version": "1.2.5",
44
"description": "Language Server for MATLAB code",
55
"main": "./src/index.ts",
66
"bin": "./out/index.js",

0 commit comments

Comments
 (0)