Skip to content

Commit

Permalink
v0.4.26
Browse files Browse the repository at this point in the history
  • Loading branch information
SecSimon committed Nov 9, 2024
1 parent 08d463d commit 16a3826
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.4.26

* Fix: Diagram undefined data flow endpoint
* Fix: Keyboard shortcuts not working
* Fix: Data - undefined global assets
* Fix: App - undefined stack name

## 0.4.25

* Fix: LocalStorage exception content too long
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttmodeler",
"version": "0.4.25",
"version": "0.4.26",
"description": "Thing Threat Modeler for Internet of Things Devices",
"homepage": "https://www.simon-liebl.de/TTM",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ttmodeler",
"version": "0.4.25",
"version": "0.4.26",
"description": "Thing Threat Modeler for Internet of Things Devices",
"homepage": "https://www.simon-liebl.de/TTM",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion src/assets/version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "0.4.25"
"version": "0.4.26"
}

0 comments on commit 16a3826

Please sign in to comment.