Skip to content

Commit d0a889e

Browse files
release(version): Release 1.8.3 [skip ci]
## [1.8.3](1.8.2...1.8.3) (2026-01-22) ### Bug Fixes * avoid basename fallback for foldered links ([ba07e46](ba07e46)) * handle heading-less kanban tasks ([783b48c](783b48c)) * improve kanban helper link resolution ([968a4d9](968a4d9))
1 parent e71cd9a commit d0a889e

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "metaedit",
33
"name": "MetaEdit",
4-
"version": "1.8.2",
4+
"version": "1.8.3",
55
"minAppVersion": "1.4.1",
66
"description": "MetaEdit helps you manage your metadata.",
77
"author": "Christian B. B. Houmann",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "metaedit",
3-
"version": "1.8.2",
3+
"version": "1.8.3",
44
"description": "MetaEdit helps you manage your metadata.",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"1.7.2": "0.12.0",
33
"1.8.0": "0.12.0",
44
"1.8.1": "1.4.1",
5-
"1.8.2": "1.4.1"
5+
"1.8.2": "1.4.1",
6+
"1.8.3": "1.4.1"
67
}

0 commit comments

Comments
 (0)