Skip to content

Commit 16a3826

Browse files
committed
v0.4.26
1 parent 08d463d commit 16a3826

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 0.4.26
2+
3+
* Fix: Diagram undefined data flow endpoint
4+
* Fix: Keyboard shortcuts not working
5+
* Fix: Data - undefined global assets
6+
* Fix: App - undefined stack name
7+
18
## 0.4.25
29

310
* Fix: LocalStorage exception content too long

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ttmodeler",
3-
"version": "0.4.25",
3+
"version": "0.4.26",
44
"description": "Thing Threat Modeler for Internet of Things Devices",
55
"homepage": "https://www.simon-liebl.de/TTM",
66
"author": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ttmodeler",
3-
"version": "0.4.25",
3+
"version": "0.4.26",
44
"description": "Thing Threat Modeler for Internet of Things Devices",
55
"homepage": "https://www.simon-liebl.de/TTM",
66
"author": {

src/assets/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "0.4.25"
2+
"version": "0.4.26"
33
}

0 commit comments

Comments
 (0)