diff --git a/CHANGELOG.md b/CHANGELOG.md index 9220272..fbe1de3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 481aade..c306463 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "language-matlab", - "version": "1.2.0", + "version": "1.2.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "language-matlab", - "version": "1.2.0", + "version": "1.2.1", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index 39a9f40..c5c834e 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/server b/server index 4f4f1f2..6fd685f 160000 --- a/server +++ b/server @@ -1 +1 @@ -Subproject commit 4f4f1f287de97006394aa17959e6349c804f1e72 +Subproject commit 6fd685f67fb683f5781dbe10799535a932b9c7a7