Skip to content

Commit 747944e

Browse files
committed
Auto-release 1.29.1
1 parent f36ab91 commit 747944e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
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": "obsidian-linter",
33
"name": "Linter",
4-
"version": "1.29.0",
4+
"version": "1.29.1",
55
"minAppVersion": "1.9.0",
66
"description": "Formats and styles your notes. It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
77
"author": "Victor Tao",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "obsidian-linter",
3-
"version": "1.29.0",
3+
"version": "1.29.1",
44
"description": "Enforces consistent markdown styling for Obsidian (https://obsidian.md). It can be used to format YAML tags, aliases, arrays, and metadata; footnotes; headings; spacing; math blocks; regular markdown contents like list, italics, and bold styles; and more with the use of custom rule options as well.",
55
"main": "main.js",
66
"scripts": {

src/typings/obsidian-ex.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export interface ObsidianCommandInterface {
55
executeCommandById(id: string): void;
66
commands: {
77
'editor:save-file': {
8-
callback(): void;
8+
checkCallback(): void;
99
};
1010
};
1111
listCommands(): Command[];

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,6 @@
6868
"1.27.0": "1.5.7",
6969
"1.27.1": "1.5.7",
7070
"1.28.0": "1.5.7",
71-
"1.29.0": "1.5.7"
71+
"1.29.0": "1.5.7",
72+
"1.29.1": "1.5.7"
7273
}

0 commit comments

Comments
 (0)