Skip to content

Commit 7114e4f

Browse files
authored
Merge pull request #73 from mathworks/dklilley/release/1.3.7
MATLAB language server - v1.3.7
2 parents 6503d0d + 88bfcfa commit 7114e4f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.3.7] - 2025-11-12
11+
12+
### Fixed
13+
- Resolves an issue with the previous version build. Does not include any changes to the extension's code or features.
14+
1015
## [1.3.6] - 2025-10-30
1116

1217
### Fixed

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

0 commit comments

Comments
 (0)