Skip to content

Commit e92bc03

Browse files
author
Vishnu
committed
Merge branch 'main' into feature-section-highlighting
2 parents 7065ed0 + d3444b1 commit e92bc03

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
@@ -28,6 +28,9 @@ MATLAB language server supports these editors by installing the corresponding ex
2828

2929
### Unreleased
3030

31+
### 1.2.6
32+
Release date: 2024-09-20
33+
3134
Fixed:
3235
* Patches CVE-2024-43788
3336
* Resolves issue preventing code navigation and variable renaming for variables followed by a matrix operation (e.g. `x.^2`)

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

0 commit comments

Comments
 (0)