Skip to content

Commit

Permalink
Merge pull request #128 from mathworks/dklilley-release-1.2.1
Browse files Browse the repository at this point in the history
MATLAB extension for VS Code - v1.2.1
  • Loading branch information
dklilley authored Apr 4, 2024
2 parents 4aa3d35 + 256a4bd commit a08ed8e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.2.1] - 2024-04-04

### Added
- Extension now works with the New Desktop for MATLAB

### Fixed
- Fixed launching App Designer and Simulink through MATLAB code execution

## [1.2.0] - 2024-03-05

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Edit MATLAB code with syntax highlighting, linting, navigation support, and more",
"icon": "public/L-Membrane_RGB_128x128.png",
"license": "MIT",
"version": "1.2.0",
"version": "1.2.1",
"engines": {
"vscode": "^1.67.0"
},
Expand Down

0 comments on commit a08ed8e

Please sign in to comment.