Skip to content

Commit 2743a74

Browse files
authored
Merge pull request #143 from mathworks/dklilley-release-1.2.2
MATLAB extension for VS Code - v1.2.2
2 parents 80ec090 + ebf8cae commit 2743a74

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.2.2] - 2024-05-17
11+
1012
### Changed
1113
- Tweaks to telemetry logging
1214

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
55
"icon": "public/L-Membrane_RGB_128x128.png",
66
"license": "MIT",
7-
"version": "1.2.1",
7+
"version": "1.2.2",
88
"engines": {
99
"vscode": "^1.67.0"
1010
},
@@ -243,4 +243,4 @@
243243
"node-fetch": "^2.6.6",
244244
"vscode-languageclient": "^8.0.2"
245245
}
246-
}
246+
}

0 commit comments

Comments
 (0)