diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c771f..783d23c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ GitHub Release. Entries before this file existed were reconstructed from those release tags. +## [1.24.5] — 2026-09-19 + +Opening a JSON dictionary with the binary table editor no longer errors + +## [1.24.4] — 2026-09-18 + +A struct's fields in a current-MATLAB .sldd + ## [1.24.3] — 2026-09-18 An array inside a cell in a binary .sldd diff --git a/package-lock.json b/package-lock.json index f31d846..f72bf2b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "simulink-data-explorer", - "version": "1.24.4", + "version": "1.24.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "simulink-data-explorer", - "version": "1.24.4", + "version": "1.24.5", "license": "BSD-3-Clause", "dependencies": { "@lit/context": "^1.1.6", diff --git a/package.json b/package.json index de5212e..6dcc006 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "simulink-data-explorer", "displayName": "Simulink Data Explorer", "description": "Explore Simulink models, data dictionaries, MAT-files, and projects as interactive tables and relationship trees.", - "version": "1.24.4", + "version": "1.24.5", "publisher": "mathworks", "icon": "media/icon.png", "private": true,